- Crie um database PostgresSQL e redis
- Crie um arquivo .env seguindo o formato do .env.example
# Clone o repositório
$ git clone https://github.com/rodrigosakamoto/FastFeet.git
# Em seguida execute:
$ cd FastFeet
$ cd backend
$ yarn
$ yarn sequelize db:migrate
$ yarn sequelize db:seed:all
$ yarn dev
$ yarn queue
$ cd FastFeet
$ cd web
# Em seguida execute:
$ yarn
$ yarn start
$ cd FastFeet
$ cd mobile
# Em seguida execute:
$ yarn
$ yarn android
$ yarn start