A hexagonal starter architecture implemented using NestJS and references Get Your Hands Dirty on Clean Architecture.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Then you can access from http://localhost:3000/accounts/1
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov