Make CRUD API with nestjs framework and mongoose ORM.
You need locally install node, npm and mongoDB in your machine.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodAfter clone app and running in your machine you can see Local swagger document.