Minimal NestJS API demonstrating ShipNode deployment.
- Health check endpoint (
/health) - TypeScript support
- Decorator-based routing
- Environment-based port configuration
pnpm install
pnpm devServer runs on http://localhost:3000
pnpm buildshipnode deployThe shipnode.conf configures this as a backend service on port 3000.
GET /- Welcome messageGET /health- Health check