Notification Service is responsible for notifying users. Does not provide endpoints, only Kafka Consumers and Producers.
We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions.
Notification service consumes SendEmailEvent which indicates that another service want to send an email. It uses nodemailer library.
Full list of Events can be found here.
- Docker
- Docker Compose
$ git clone https://github.com/uomlms/corrector.git
$ cd corrector
$ docker-compose up