mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-20 06:18:57 +00:00
224 B
224 B
AdonisJS
A simple HTTP server using AdonisJS.
Getting Started
npm install
npm run dev
Endpoints
GET /- Returns{"message": "Hello from AdonisJS!"}GET /health- Returns{"status": "ok"}