Minimal Express.js API demonstrating ShipNode deployment.
- Health check endpoint (
/health) - JSON API responses
- Environment-based port configuration
pnpm install
pnpm devServer runs on http://localhost:3000
shipnode deployThe shipnode.conf configures this as a backend service on port 3000.
GET /- Welcome messageGET /health- Health check