LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Create Admin Dashboard for Database Management #24

Closed LittleMoonie closed 1 month ago

LittleMoonie commented 1 month ago

Description: Develop an admin dashboard for managing the job board database. Admin users can view, add, update, or delete records. Tasks: Create a new route accessible only to admin users. Implement authentication and authorization checks. Create a frontend interface for viewing database records. Add pagination for better handling of large datasets. Implement Create, Update, Delete actions for records.