Started with the Nest framework TypeScript repository.
Implements a service to manage Notifications, which includes:
- Creation of notifications
- Cancel a notification
- Read and unread a notification
It is build to follow Design Patterns such as DDD & SOLID and is covered with unit tests.
Use the API Collection on Postman.
$ 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