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

16 lines
220 B
Markdown

# NestJS
A simple HTTP server using NestJS.
## Getting Started
```bash
npm install
npm run start
```
## Endpoints
- `GET /` - Returns `{"message": "Hello from NestJS!"}`
- `GET /health` - Returns `{"status": "ok"}`