SOP Frontend
Clean shell for your restaurant operations frontend.
Start here, then add authentication, role-based dashboards, device flows, and tenant pages on top of the existing API.
Next steps
- Create a dedicated `/login` route.
- POST credentials to `/api/v1/auth/login`.
- Store the returned access token securely.
- Use `/api/v1/auth/me` to hydrate the session.