A simple Node.js/Express API for task management.
- Clone the repo:
git clone https://github.com/Zubayer03Mahmud/task_management - Install dependencies:
npm install,npm install express - Run the server:
npm start - Access at http://localhost:3000
- GET / : Returns "Task Management API is running!"
- GET /tasks : Returns list of all tasks
- GET /task/:id : Returns a single task by ID (or 404/400 errors)
- GET /health : Returns health status and uptime