⚡ Fastify Backend

Node.js API is running

Configure nginx proxy_pass

This is a backend API. To serve a frontend, configure nginx to proxy requests:

proxy_pass http://localhost:3000;

Available Endpoints

GET /health
GET /api/hello
POST /api/items
GET /api/items/:id
🏥 Check Health