A simple Express.js backend API to manage tasks (create, read, update, delete).
- RESTful API using Express.js
- Basic routes for tasks
- Ready for integration with a frontend
- Node.js
- Express.js
git clone https://github.com/Tahmoores-Khoshnoud/task-manager-API.git
cd task-manager-API
npm install
node index.js