HTTP Runtime
- `app.js` boots Express, sessions, cookies, CORS, Passport, and route mounts.
- Most request flow is conventional: route -> controller -> model or service -> JSON response.
- Global error and 404 handlers live at the app boundary rather than being repeated inside route modules.