Repository · demo
Improving

Minimal Hono todo API, seeded as a demo.

main1 branch2 files · 1 dirUpdated 2mo ago
CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
main
srcInitial commit1 month ago
package.jsonInitial commit1 month ago345 B
README.mdInitial commit1 month ago228 B
No AI activity this week
README.md

todo-api

A minimal Hono-based todo API, seeded by GlueCron as a demo.

Endpoints

  • GET /todos — list todos
  • POST /todos — create todo
  • GET /health — health probe

Run

bun install
bun run dev