An implementation of Clean Architecture and CQRS for NestJS.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# open on the web browser
$ http://localhost:3001/api
# e2e tests
$ npm run test:e2e