This project uses NestJS and Scalar to build a scalable and efficient application.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodAfter running the application, you can access the Scalar API reference locally at:
http://localhost:3000/reference
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Author - Cihat Aydın
Nest is MIT licensed.