This is a simple Sushi Shop application built with Flask. The application allows users to add orders, retrieve orders, and clear all data from the database.
- Add new sushi items to the menu
- Place orders for sushi
- Retrieve all orders
- Clear all data from the database
- Add Order
- Get Orders
- Clear All Data
-
Clone the repository:
git clone https://github.com/HauseMasterZ/sushi-shop.git cd sushi-shop -
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Access the application at by opening the index.html file.
