CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
README.md
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 1deedc2 | 1 | # todo-api |
| 2 | ||
| 3 | A minimal Hono-based todo API, seeded by GlueCron as a demo. | |
| 4 | ||
| 5 | ## Endpoints | |
| 6 | ||
| 7 | - `GET /todos` — list todos | |
| 8 | - `POST /todos` — create todo | |
| 9 | - `GET /health` — health probe | |
| 10 | ||
| 11 | ## Run | |
| 12 | ||
| 13 | ```bash | |
| 14 | bun install | |
| 15 | bun run dev | |
| 16 | ``` |