🚀 API RESTful with TypeScript

Task Management System - Full Stack Demo

📝 Create New Task

📋 To-Do List

Loading tasks...

🔗 API endpoints

Base URL: http://localhost:3000

GET /tasks - List all tasks
GET /tasks/:id - Search task by ID
POST /tasks - Create new task
PUT /tasks/:id - Update task
DELETE /tasks/:id - Delete task