- Exec
docker-compose up
- Exec
docker exec -it bodify-api bash
- Exec
node bin/load-initial-data.js
. If you would like to setup the initial data for a specific environment run a command specifying the NODE_ENV, like:NODE_ENV=test node bin/load-initial-data.js
- Make a copy of the file
api/.env.example
toapi/.env
configuring the variables according with your environment - Exec
docker-compose up
- Exec
docker exec -it bodify-api bash
- Run
yarn test