1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 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 ```bash bun install bun run dev ```