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