Project developed according to Rocketseat's Ignite Lab event in order to create a backend using nestjs, in which it will be possible to create notifications, mark them as read or unread, cancel them and pick them up according to the number of the recipient.
Credits by Rocketseat 🚀
- Built with NestJS and Prisma
- Testing
- TypeScript
- NodeJS
- NestJS
- Jest
- Prisma
Then, to run the project:
$ npm install
$ npm run start:dev
After that, to start the server, run:
$ npx prisma studio