mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-20 22:38:58 +00:00
new examples
This commit is contained in:
15
node/nestjs/README.md
Normal file
15
node/nestjs/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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"}`
|
||||
Reference in New Issue
Block a user