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.

Check API health Browse items Laravel landing page

Useful endpoints

GET /api/healthHealth check
GET /api/runtimeEnvironment info
GET /api/itemsList items
POST /api/itemsCreate item

What 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.