Service ready
school_dummy
A lightweight Laravel service for CRUD testing, scheduler smoke checks, and deployment validation. The API is available under /api, while this page gives the root path a human-friendly UI.
Useful endpoints
GET /api/healthHealth checkGET /api/runtimeEnvironment infoGET /api/itemsList itemsPOST /api/itemsCreate itemWhat this page is for
This landing page gives the root URL a clear visual entry point for humans and browsers.
It keeps the API behavior separate, so health checks and integrations can continue using the
/api routes without changes.