A progressive Node.js framework for building efficient and scalable server-side applications.
API for scheduling a visit to doctor build with Nest
$ npm run prefill$ npm installReminder notifications can be found in reminders.log file in the project root folder in case of any.
# 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$ docker build -t <image_name>:1.0 .
$ docker run --name <container_name> -p 5000:5000 <image_name>:1.0
Nest is MIT licensed.