Simple To-Do App A minimal Node.js Express To-Do app API. Endpoints GET /tasks → Get all tasks POST /tasks → Add a new task (send JSON like { "task": "Learn Git" }) Usage npm install npm start