Create a new endpoint: '/projects' that can response to POST, GET, UPDATE with Authorization = if the user role value is === 1 <img width="1224" alt="Image" src="https://github.com/user-attachments/assets/a2a8df04-daf4-4a3c-89ea-b33c308deb63" /> - Project Name - Project Motto - Project Description - Technologies - Links - Github Link - Demo Link - We must be able to create more links as we want - We must be able to create as much technologies as we want --- Create a new projects module with full CRUD operations and admin-only access. ## Requirements - [ ] Create projects model - [ ] Implement CRUD operations - [ ] Add admin-only middleware - [ ] Create database migrations - [ ] Add Swagger documentation - [ ] Implement proper error handling - [ ] Add validation rules ## QA - [ ] Test all CRUD operations - [ ] Verify admin-only access - [ ] Test validation rules - [ ] Check error responses - [ ] Verify database operations - [ ] Test documentation accuracy
Create a new endpoint: '/projects' that can response to POST, GET, UPDATE with Authorization = if the user role value is === 1

Project Name
Project Motto
Project Description
Technologies
Links
We must be able to create more links as we want
We must be able to create as much technologies as we want
Create a new projects module with full CRUD operations and admin-only access.
Requirements
QA