Task API (Express.js) A simple REST API built with Node.js and Express. Features Create tasks Retrieve all tasks In-memory storage JSON-based API Endpoints GET /tasks POST /tasks Tech Stack Node.js Express.js How to Run npm install node index.js