Nest framework CLI generated the boilerplate of this project
https://docs.google.com/document/d/15Lc7hHb8ZGcZ_Uoa24ebXXdxYbupp6e8RhkgygpGw4I/edit#
$ 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:covNest is MIT licensed.