Skip to content

Commit 6792a05

Browse files
authored
Merge pull request #82 from PMDevSolutions/18-create-example-project-todo-api-cloudflare-workers
feat: add Todo API example project for Cloudflare Workers
2 parents f858fbe + c28647a commit 6792a05

24 files changed

Lines changed: 5607 additions & 0 deletions

.lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ exclude = [
2929
"https://img.shields.io/.*",
3030
# Contributor Covenant — blocks/resets automated requests
3131
"https://www.contributor-covenant.org/.*",
32+
# Claude (Anthropic) — bot-protected, returns 403 to automated checks
33+
"https://claude.ai/.*",
3234
# Example/placeholder URLs
3335
"https://example.com.*"
3436
]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pnpm install
4242
cd api && pnpm dev
4343
```
4444

45+
> **New to Nerva?** See the [Todo API example](examples/todo-api-cloudflare/) for a complete working Cloudflare Workers project with CRUD, D1, Zod validation, and tests.
46+
4547
## Pipelines
4648

4749
### Schema-to-API (Autonomous)

0 commit comments

Comments
 (0)