mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
16 lines
224 B
Markdown
16 lines
224 B
Markdown
# AdonisJS
|
|
|
|
A simple HTTP server using AdonisJS.
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Endpoints
|
|
|
|
- `GET /` - Returns `{"message": "Hello from AdonisJS!"}`
|
|
- `GET /health` - Returns `{"status": "ok"}`
|