Node.js · Fastify · TypeScript

Test: Node.js Fastify API

End-to-end test API — health, echo, and example endpoints

About This API

This is the end-to-end test product for the Node.js Fastify API starter. It validates core API functionality including health checks, JSON echo, and sample CRUD-style endpoints.

Available Endpoints

GET /health Service health & timestamp
POST /echo Echo JSON body back
GET /api/hello Sample greeting
POST /api/items Create an item
GET /api/items/:id Get item by ID