Description
Create a complete example project demonstrating Nerva's Node.js/Docker deployment path with a blog API. This covers a more realistic multi-resource API with relations, authentication, and pagination.
Why
The Cloudflare Workers example covers edge deployment; this example covers the traditional server deployment path. A blog API demonstrates features beyond basic CRUD: resource relations (users → posts → comments), authentication, pagination, and Docker orchestration.
Acceptance Criteria
Description
Create a complete example project demonstrating Nerva's Node.js/Docker deployment path with a blog API. This covers a more realistic multi-resource API with relations, authentication, and pagination.
Why
The Cloudflare Workers example covers edge deployment; this example covers the traditional server deployment path. A blog API demonstrates features beyond basic CRUD: resource relations (users → posts → comments), authentication, pagination, and Docker orchestration.
Acceptance Criteria
examples/blog-api-node/directoryREADME.mdwith:docker compose upquick startsetup-project.sh --nodeas the starting point