Repository Guidelines
This monorepo hosts three active runtimes. `backend/api` is the Express service, with business logic in `services/`, validation in `config/` and `src/middleware/`, and HTTP handlers in `routes/`. The React admin dashboard lives in `backend/dashboard`, while the Vite + TypeScript storefront is in `fr