GithubHelp home page GithubHelp logo

gbdsantos / nodejs-bootcamp-gostack-11-gobarber Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.18 MB

NodeJS + Typescript for the second week(F 03) of BootStamp GoStack 11.

JavaScript 6.22% TypeScript 93.01% Handlebars 0.52% Shell 0.25%
nodejs express typescript bootcamp-gostack-11 level-04 typeorm postgresql 2021 rocketseat

nodejs-bootcamp-gostack-11-gobarber's Introduction

GoStack

๐Ÿš€ Back-end with NodeJS + TypeScript

Github language count Github percentage language count Express version JsonWebToken version Mongodb version Mongodb version NodeJS version Node-postgres version Redis version Typeorm version Typescript version Wakatime time of development Github last commit

๐Ÿ’ก About Project

GoBarber backend project made with NodeJS + TypeScript. At the level 04 of Bootcamp GoStack 11.

Project completed on 2020-xx-xx.

โš™๏ธ Getting Started

# 1. Install dependencies
yarn install

# 2. Create files .env and ormconfig.json, see example files

# 3. Create Postgres container with Docker
docker run --name rocketseat-bootcamp-gostack-11-gobarber -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres

# 4. Create Postgres database using any GUI or command line
CREATE DATABASE gobarber;

# 5. Create MongoDB container with Docker
docker run --name db-mongodb -p 27017:27017 -d -t mongo

# 6. Create Redis container with Docker
docker run --name redis -p 6379:6379 -d -t redis:alpine

# 7. Execute migrations
yarn typeorm migration:run

# 8. Run application
yarn dev:server

Access the URL in your browser http://localhost:3333

๐Ÿ”ง Tecnology

๐Ÿ“ License

This project is under the MIT license. See the LICENSE for more information.


Made with โ™ฅ by ๐Ÿ‘จโ€๐Ÿš€ Guilherme Bezerra ๐Ÿ‘‹ Get in touch!

nodejs-bootcamp-gostack-11-gobarber's People

Contributors

gbdsantos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.