# 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"}`