# 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"}`