The Notification Service is responsible for managing the full notifications' lifecycle. It handles creation, retrieval, deletion, read-state management, and real-time streaming for authenticated users. The service processes events generated by other microservices to generate notifications programmatically.
GET /api/notificationsDELETE /api/notificationsGET /api/notifications/{id}DELETE /api/notifications/{id}PATCH /api/notifications/{id}GET /api/notifications/streamGET /api/notifications/unread-count
Documentation of the typescript code base can be found at the typedoc.
- Rares Vasiliu (rares-vsl)
- Salvatore Bennici (SalvatoreBennici)