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