A progressive Node.js framework for building efficient and scalable server-side applications.
This is a todo application using Nest.js. It has encorporated all the authentication code. Also it has user REST'API.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Dependency Injection
- Optional Providers
- Property-based Injection
- Feature Modules
- Shared Modules
- Module re-exporting
- Dependency Injection
- Global Modules
- Dynamic Modules
- Throwing standard exceptions
- Custom exceptions
- Built-in HTTP exceptions
- Built in pipes
- Binding pipes
- Custom pipes
- Schema based validation
- Object Schema Validation
- Binding validation pipes
- class validator
- Global Scoped pipes
- Authorization guard
- Execution context
- Role-based authentication
- Binding guards
- Author - Manisha Jadhav
Nest is [ISC Licence]