mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
added more examples
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Hono
|
||||
|
||||
A simple HTTP server using Hono.
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
npm start
|
||||
```
|
||||
|
||||
## Endpoints
|
||||
|
||||
- `GET /` - Returns `{"message": "Hello from Hono!"}`
|
||||
- `GET /health` - Returns `{"status": "ok"}`
|
||||
Reference in New Issue
Block a user