docker-compose up
For developement, run the mongo docker and redis container and then run yarn start
in the api
folder:
yarn start:services
yarn start
Then run the express server:
yarn start
docker exec -it mongo bash
Then start the mongo shell:
# mongo
> show dbs
yarn run stop:services