Skip to content

Desafio final do Bootcamp GoStack da Rocketseat. 🚀 🚚

License

Notifications You must be signed in to change notification settings

DanielObara/FastFeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!