A simple CRUD app built with Nest.js framework and MongoDB.
Before running the app ensure you have installed Node.js and MongoDB.
$ npm install$ npm run build$ npm run start# unit tests
$ npm run test
# e2e tests
$ npm run test:e2eNest is MIT licensed.