You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /api/projects: Get a list of projects.
GET /api/projects/:id: Get details of a specific project.
POST /api/projects: Create a new project.
PUT /api/projects/:id: Update project details.
DELETE /api/projects/:id: Delete a project
Data Flow
CRUD operations interact with the database to manage project data
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component Description
No response
API Routes
GET /api/projects: Get a list of projects.
GET /api/projects/:id: Get details of a specific project.
POST /api/projects: Create a new project.
PUT /api/projects/:id: Update project details.
DELETE /api/projects/:id: Delete a project
Data Flow
CRUD operations interact with the database to manage project data
Additional context
No response
The text was updated successfully, but these errors were encountered: