CRUD REST API using the NestJS framework and MongoDB/Mongoose.
Create a .env
file in the root of your project:
mongoURI=YOURMONGOURI
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod