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