Skip to content

offloadmywork/demo-api

Repository files navigation

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.

About

Demo REST API for testing the OpenClaw GitHub App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors