Central documentation for the Ainara Helados ordering system.
| Repo | Description |
|---|---|
| pedidos-front | React 19 + Vite 7 frontend (customer app + admin panel) |
| pedidos-backend | Python 3.13 + AWS SAM backend (Lambda + DynamoDB) |
| pedidos-docs (this repo) | Architecture, infrastructure, setup guides, and changelogs |
- Overview — System architecture, components, and data flow
- Backend — DynamoDB single-table design, access patterns, Lambda structure
- Frontend — React provider architecture, conventions, project structure
- Environments — dev / staging / prod strategy
- Deploy — SAM deploy, sam sync, rollback procedures
- AWS Resources — What the CloudFormation stack creates
- Backend Setup — Python, SAM CLI, DynamoDB Local, testing
- Frontend Setup — Node.js (fnm), npm, Vite dev server
- Functional Requirements — User-facing feature specifications
- Admin Roadmap — Admin panel phases and planned features
- Frontend Changelog — Version history for pedidos-front
- Backend Changelog — Version history for pedidos-backend
- Backend Context — Full AI agent instructions for pedidos-backend
- Frontend Context — Full AI agent instructions for pedidos-front