📋

Task Manager API

Full-Stack RESTful API com Express.js e MongoDB

0
Total Tasks
0
Completed
0
API Calls
🌐 API Endpoints
GET /api/tasks
Retrieve all tasks with pagination
POST /api/tasks
Create a new task
PUT /api/tasks/:id
Update task status and details
DELETE /api/tasks/:id
Delete a specific task
📊 API Response
Click on any endpoint to see the API response...
Task Management Interface