Quick Links
Admin (React): http://localhost:3001
Frontend (Next.js): http://localhost:3000
API Docs (Swagger/OpenAPI): /api/docs
Postman Collection: /docs/postman.json
Latest News
Recent system notes, changelogs or announcements (pulled from /api/news).
No news loaded. Use /api/news to publish developer announcements.
Developer Actions
Helpful commands for local development
composer install php artisan migrate --seed php artisan queue:work
Service Status
Realtime health and performance overview
—
Performance Snapshot
Last-minute metrics from the API (endpoint: /api/performance)
Loading performance data...
Health Check Examples
cURL and JavaScript examples to call the API.
curl -i http://localhost:8000/api/health
fetch('/api/health').then(r=>r.json()).then(console.log)