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