A terminal-based food ordering system built with Python and MySQL. Designed for cafes, restaurants, or food trucks to manage their menu, orders, and customer bills easily.
- 🍛 Add, update, delete, and search food menu items
- 🛒 Place orders and auto-calculate total costs
- 🧾 Generate and save bill summary per customer
- 📃 View full menu
- Python 3.6+
- MySQL Server
- mysql-connector-python
Install the dependencies:
pip install -r requirements.txt