← Back to repositories

Template

ci.cd/templates/node-js

A small Node.js HTTP service template used to bootstrap new services and validate the shared Draftmode workflow.

Description

A minimal Node.js HTTP service template that doubles as a real consumer for the shared Draftmode GitLab CI/CD workflow.

What it solves

New Node.js services often need the same starter runtime, image, Compose and delivery conventions, and workflow changes also need a real consumer repository for validation.

What it provides

A working HTTP service baseline with health endpoints, Docker and Compose files, Make targets and CI wiring that exercises the reusable workflow templates in a small repository.

What it is for

Use it when bootstrapping a new Draftmode Node.js service or when validating shared workflow behavior against a concrete consumer repository.