Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express-sample

Sample Node + Express app used by TeamCoder's real-Railway e2e test rotation (#1041).

  • GET / — hello-world
  • GET /healthz — liveness

Do not delete. Wired to ClaudeApiRealRailwayIT.NODE_EXPRESS_STACK.

Local

npm install
npm start

Docker

docker build -t node-express-sample .
docker run --rm -p 3000:3000 node-express-sample

About

IT scratch mirror of node-express-sample — do not modify, force-pushed each run of ClaudeApiRealRailwayIT (planning #1097).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages