Backend module for the best mobile live coaching app ever.
- Clone this repo
- Run
docker-compose build --no-cache
- Run
docker-compose up -d
- Run
cp .env.example .env
- To install dependencies run
docker-compose exec backend yarn
- Run tests
docker-compose exec backend yarn test