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
main
README.md228 B · 16 lines
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
```