the test demo project.
A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
# running the docker
$ docker-compose --file docker-compose.yml up -d
# api: http://localhost:3000/api
# swagger: http://localhost:3000/swagger$ 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