-
Notifications
You must be signed in to change notification settings - Fork 0
Create example project: Blog API (Node.js/Docker) #19
Copy link
Copy link
Open
Labels
area: docsDocumentationDocumentationarea: templatesStarter templatesStarter templatesdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededpriority: highMust haveMust havesize: mediumHalf day effortHalf day effort
Milestone
Metadata
Metadata
Assignees
Labels
area: docsDocumentationDocumentationarea: templatesStarter templatesStarter templatesdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededpriority: highMust haveMust havesize: mediumHalf day effortHalf day effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
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