mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
220 B
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"}