main
| src | Initial commit | 1 month ago | ||
| package.json | Initial commit | 1 month ago | 345 B | |
| README.md | Initial commit | 1 month ago | 228 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 todosPOST /todos— create todoGET /health— health probe
Run
bun install
bun run dev