- copy .env.example to .env
- set relevant env keys
# install deps
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# first update the uri to refer to the db container
# use the command below to bring up the setup
$ docker-compose up