📋
Task Manager API
Full-Stack RESTful API com Express.js e MongoDB
📖 Documentation
0
Total Tasks
0
Completed
0
API Calls
Back to Node.js Page
🌐
API Endpoints
GET
/api/tasks
Retrieve all tasks with pagination
Test Endpoint
POST
/api/tasks
Create a new task
Test Endpoint
PUT
/api/tasks/:id
Update task status and details
Test Endpoint
DELETE
/api/tasks/:id
Delete a specific task
Test Endpoint
📊
API Response
Click on any endpoint to see the API response...
✅
Task Management Interface
Task Title
Description
Priority
Low
Medium
High
Add Task