- This is a simple Restaurant Manager App in Python with MySql Database for my School Project.
- Download this repo
- Install Python, MySql and MySql Connector For Python
- Run setup.py to setup database
- Optional: Run AddDefaultDish.py.py to insert test data into database
- Run Admin.py to run app as admin
- Run User.py to run app as user
- Run Setup.py to setup database and tables
- Run Reset.py to reset database and tables
- Run AddDefaultDish.py to add test dishes to database