Open AhmedNagehAbdelrazek opened 3 months ago
Description: Implement RESTful endpoint for fetching a user's notification history. This will be useful for users to see older notifications.
Endpoints:
GET /api/notifications (Fetch notifications)
Details:
Fetch notifications from the notifications table. Display notifications to the user.
Description: Implement RESTful endpoint for fetching a user's notification history. This will be useful for users to see older notifications.
Endpoints: