A progressive Node.js framework for building efficient and scalable server-side applications.
Clone the repo and run $ npm install# development
$ npm run start
# watch mode
$ npm run start:devTo test the apis through swagger
$ Run localhost:3000 on your browserTo easly generate more modules you can run
$ nest g resource [name-of-module]
Example: nest g resource calls
Then select [rest api] and have it installed as a crud setup.# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Author - [Faith Ugbeshe] [ugbeshefaith@gmail.com]