Files
coolify-examples/node/nestjs/README.md
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

220 B

NestJS

A simple HTTP server using NestJS.

Getting Started

npm install
npm run start

Endpoints

  • GET / - Returns {"message": "Hello from NestJS!"}
  • GET /health - Returns {"status": "ok"}