Skip to content

NaluFigueira/FastFeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastfeet - Final Challenge of GoStack 10.0

GitHub top language GitHub language count Codacy grade Repository size GitHub last commit Repository issues

🚀 Technologies

This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:

Back-end

Front-End

Mobile (Android Only)

Others

Instructions

First, we need to start the api. For that you'll need to:

  • Create a database in PostgreSQL and a redis container with docker.
  • Create a .env file following the format available on .env.example.
  • Run the following commands on backend folder:
yarn
yarn sequelize db:migrate
yarn sequelize db:seed:all
  • After that you can start the api with:
yarn dev
  • And then, in a seperate command prompt:
yarn queue

To start front-end, execute the following commands on frontend folder:

yarn
yarn start

To start mobile (Android only), execute the following commands on frontend folder:

yarn
yarn android

Made with ♥ by Ana Figueira 👋 Get in touch!

About

Desafio Final do bootcamp GoStack 10.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published