This server exposes JSON APIs for transcripts and admin login. There is no web app on this URL.
GET /health — liveness checkPOST /api/auth/login — body: { "email", "password" }GET /api/students — requires Authorization: Bearer <token>See server/DESIGN.md in the repo for full API details.