This part of the documentation assumes that you have docker-compose installed
On the root of the project run the following command
cat .env.example > .envFill all the environment variables on the .env file
yarn start:databaseWait for the databases to fill and run the following command
yarn devNow you should have
- A container running mongo on port 27017
- A container running the api-gw on port 3100
- A hot reloading api-gw process running on port 3000