dragonsbootcampllc / DragonsBootcampLMS

6 stars 0 forks source link

Create endpoints to fetch notifications #32

Open AhmedNagehAbdelrazek opened 3 months ago

AhmedNagehAbdelrazek commented 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.