Meal Mate allows users to:
- Sign up as customers or employees
- Log in using email and password
- Employees can manage the menu, update item availability, and view orders
- Customers can view the menu, add items to their cart, and place orders
- Customers can view their pending orders and their total bill
- Employees can view all orders and delete them if necessary
-
Clone the repository:
-
Install the dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and go to http://localhost:5000