Description
Create a complete example project demonstrating Nerva's Cloudflare Workers deployment path. A Todo API is the "Hello World" of REST APIs — simple enough to learn from, complex enough to showcase CRUD, validation, and auth patterns.
Why
New users need a working reference implementation to understand how all the pieces fit together. The README mentions three quick-start paths, but there are no concrete example projects to examine. A Todo API on Cloudflare Workers is the most requested developer experience for edge computing.
Acceptance Criteria
Notes
This should serve as a reference implementation that contributors can point to when answering "how does this work?" questions.
Description
Create a complete example project demonstrating Nerva's Cloudflare Workers deployment path. A Todo API is the "Hello World" of REST APIs — simple enough to learn from, complex enough to showcase CRUD, validation, and auth patterns.
Why
New users need a working reference implementation to understand how all the pieces fit together. The README mentions three quick-start paths, but there are no concrete example projects to examine. A Todo API on Cloudflare Workers is the most requested developer experience for edge computing.
Acceptance Criteria
examples/todo-api-cloudflare/directoryGET /todos,POST /todos,GET /todos/:id,PUT /todos/:id,DELETE /todos/:id)wrangler.tomlconfigurationREADME.mdwith:setup-project.sh --cloudflareas the starting pointNotes
This should serve as a reference implementation that contributors can point to when answering "how does this work?" questions.