Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NestJS API Example

Minimal NestJS API demonstrating ShipNode deployment.

Features

  • Health check endpoint (/health)
  • TypeScript support
  • Decorator-based routing
  • Environment-based port configuration

Local Development

pnpm install
pnpm dev

Server runs on http://localhost:3000

Build

pnpm build

Deployment with ShipNode

shipnode deploy

The shipnode.conf configures this as a backend service on port 3000.

Endpoints

  • GET / - Welcome message
  • GET /health - Health check