This project is a simple CRUD API written in nest.js for managing notes.
The Server is using MongoDB as a Database.
$ npm install
Edit the path to your MongoDB in the configuration.ts file. Afterwards you can run the following commmands
# Development
$ npm run start:dev
# production
$ npm run start:prod
While running the App locally you can open the following url to the Swagger Documentation: http://localhost:8080/api