Welcome to the Rendón Burgers documentation. This system powers the complete order lifecycle for a burger restaurant — from the customer-facing digital menu through to kitchen dispatch and end-of-day sales reporting. The application is built with Flask and MongoDB Atlas, and runs entirely in the browser with no app installation required for customers.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/EduCabrera-k/Menu_Hamburguesas/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Get the application running locally in minutes with Flask and MongoDB Atlas.
Customer Menu
Explore the digital menu with 26 items across hamburgers, breakfasts, and drinks.
Kitchen Dashboard
Learn how the kitchen view displays live orders and manages dispatch.
API Reference
Explore all REST endpoints for orders, stock, and kitchen operations.
How it works
Rendón Burgers connects three roles — customers, kitchen staff, and managers — through a single web application with dedicated views for each.Customer browses the menu
Customers visit the main page to see the digital menu organized by category. Items marked as out-of-stock are automatically hidden based on real-time inventory data.
Customer places an order
After adding items to the cart, the customer fills in their name, phone number, delivery preference (pickup or home delivery), and payment method. The order is submitted to the kitchen instantly.
Kitchen prepares and dispatches
Kitchen staff see the incoming order on the kitchen dashboard as a ticket. Once prepared, they click Despachar to mark it complete and move it to the sales history.
Key features
Digital menu
26 menu items across hamburgers, breakfasts, and drinks — with photos and prices.
Real-time cart
Add, remove, and adjust quantities with instant total calculation.
Order tracking
Live progress bar polling order status every 5 seconds.
Inventory control
Toggle per-item availability from the kitchen dashboard.
Sales reporting
Daily revenue totals and itemized order history.
REST API
JSON endpoints for orders, stock, and kitchen operations.