mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
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"}