This is the repository of a nestjs API presented during Devoxx France 2020
$ yarn build
# development
$ yarn start
# watch mode
$ yarn start:dev
# debug
$ yarn start:debug
# production mode
$ yarn build
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ npm run test:e2e
# test coverage
$ yarn test:coverage
# lint
$ yarn lint
# Format
$ yarn format