DanielObara / FastFeet

Desafio final do Bootcamp GoStack da Rocketseat. :rocket: :truck:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastfeet

๐Ÿšง In progress.. ๐Ÿšง

This project is the final challenge called FastFeet, which is a complete application( Back-end, Front-end and Mobile) that is evaluated for issuing the GoStack Bootcamp Certificate

GitHub language count Made by DanielObara License Repository size GitHub last commit Stargazers

Run in Insomnia

Technologies   |    How To Use   |    License

๐Ÿš€ Technologies

โš™๏ธ BACK-END

โ„น๏ธ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/DanielObara/FastFeet

# Go into the repository
$ cd FastFeet/backend

# Install dependencies
$ yarn install

# Created Postgree Docker container
$ docker run --name database -e POSTGRES_PASSWORD=docker -e POSTGRES_DB=fastfeet -p 5432:5432 -d postgres

# Created Mongo Docker container
$ docker run --name mongo -p 27017:27017 -d -t mongo

# Created Redis Docker container
$ docker run --name redisDesafioFastFeet -p 6379:6379 -d -t redis:alpine

# Run Migrates
$ yarn migrate

# Run Seeds
$ yarn seed

# Run Queue
$ yarn queue

# Run the API
$ yarn dev

๐Ÿ“ License

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

Made with โ™ฅ by Daniel Obara ๐Ÿ‘‹ Get in touch!

About

Desafio final do Bootcamp GoStack da Rocketseat. :rocket: :truck:

License:MIT License


Languages

Language:JavaScript 94.5%Language:HTML 2.4%Language:Handlebars 1.3%Language:CSS 1.3%Language:Shell 0.4%