<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p>
npm install dft-blocklistA progressive Node.js framework for building efficient and scalable server-side applications.
bash
$ npm install
`
Running the app
`bash
development
$ npm run start
watch mode
$ npm run start:dev
production mode
$ npm run start:prod
`
Test
`bash
unit tests
$ npm run test
e2e tests
$ npm run test:e2e
test coverage
$ npm run test:cov
``