API Endpoints
GET /— this pageGET /api/items— all items (JSON)GET /api/items/:id— single item (JSON)GET /catalog— download catalog (.txt)GET /health— health check
Simple Flask deployment test
GET / — this pageGET /api/items — all items (JSON)GET /api/items/:id — single item (JSON)GET /catalog — download catalog (.txt)GET /health — health check