Background
The backend repository has been bootstrapped (uv + FastAPI) and CI is already in place with Ruff linting and formatting. The next step is to implement the backend MVP APIs to support frontend integration and complete the core end-to-end flow.
Goals (MVP Scope)
- Provide the minimum set of APIs:
health, menu, and orders
- Use PostgreSQL to support the end-to-end flow: create an order and fetch an order
- Ensure
/docs (OpenAPI) is available so the frontend can integrate smoothly
Background
The backend repository has been bootstrapped (uv + FastAPI) and CI is already in place with Ruff linting and formatting. The next step is to implement the backend MVP APIs to support frontend integration and complete the core end-to-end flow.
Goals (MVP Scope)
health,menu, andorders/docs(OpenAPI) is available so the frontend can integrate smoothly