Sample Node + Express app used by TeamCoder's real-Railway e2e test rotation (#1041).
GET /— hello-worldGET /healthz— liveness
Do not delete. Wired to ClaudeApiRealRailwayIT.NODE_EXPRESS_STACK.
npm install
npm startdocker build -t node-express-sample .
docker run --rm -p 3000:3000 node-express-sample