The idea behind the project is for systems to send notifications to their users asynchronously
It's also a part of my personal portfolio, which I use to explore Kafka and how to send messages between systems
- NodeJS
- KafkaJS
- NestJS
- Prisma
- Jest
To run this project, it's necessary to prepare your environment, which means:
- Install NodeJS 16+ - https://nodejs.org/en
Cloning the Repository
$ git clone https://github.com/ArthurPMachado/notification-service.git
$ cd notification-service
Installing dependencies
$ yarn i
$ yarn run dev
Unit tests
$ yarn run test
👤 Arthur Machado
- Github: @Arthur Machado
- LinkedIn: @Arthur Machado
Give a ⭐️ if this project helped you!