Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

README.mdBlame16 lines · 1 contributor
1deedc2Demo1# todo-api
2
3A 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
14bun install
15bun run dev
16```