Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 611 Bytes

File metadata and controls

24 lines (15 loc) · 611 Bytes

Demo API

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.

API Endpoints

  • GET /tasks - List all tasks
  • POST /tasks - Create a new task
  • GET /tasks/:id - Get a specific task

Getting Started

npm install
npm run dev

The server will start on port 3000.

Project Status

This is an MVP with basic CRUD operations. Some endpoints are still missing (PUT, DELETE). The AI maintainer will help identify gaps and improvements.