A simple Node.js-based Notification Service that supports sending notifications via:
- SMS
- In-App (stored in memory)
-
API Endpoints
POST /api/notifications
— Send a notificationGET /api/users/:id/notifications
— Fetch all in-app notifications for a user
-
Notification Types
email
sms
in-app
- Node.js
- Express.js
- In-memory store for notification history
git clone <repo-url>
cd notification-service