CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
main
| 📁 | src | |
| 📄 | package.json | 345 B |
| 📄 | README.md | 228 B |
⚡AI is watching — no 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