A simple Cafe Management System built with Python.
- Show Cafe Menu
- Create New Order
- View Orders
- Edit Order
- Delete Order
- Search Orders
- Calculate Total Sales
- Print Receipt
- Save Data using JSON
Cafe-Management-System/
APP
main.py
menu.py
order.py
DATA
menu.json
orders.json
README.md
- Python 3
- JSON
- Git
- GitHub
- Clone the repository
git clone <repository-url>-
Open the project
-
Run:
python main.py- Python Functions
- Loops
- Conditions
- JSON File Handling
- CRUD Operations
- Git & GitHub
Mohammad