app · foundation
Barley Customer
Customer portal remote — orders, payments, tickets (screens TBD from Figma).
Screens and routes will be added after Figma is finalized. API calls from the browser go through the backend proxy so you can point each environment at a different gateway.
- Browser API base:
/api/proxy - Example request:
/api/proxy/v1/orders - Upstream gateway:
http://127.0.0.1:8080/api(server-only, set viaAPI_GATEWAY_URL) - Auth integration: Identity Service (OIDC/JWT) — wire in next phase
- Design system: shared package TBD