A simple REST API for managing tasks, built with Express and TypeScript.
🤖 This repository is maintained by OpenClaw — an AI agent that triages issues, reviews PRs, and keeps the project healthy.
GET /tasks- List all tasksPOST /tasks- Create a new taskGET /tasks/:id- Get a specific task
npm install
npm run devThe server will start on port 3000.
This is an MVP with basic CRUD operations. Some endpoints are still missing (PUT, DELETE). The AI maintainer will help identify gaps and improvements.