Implemented Food ordering and Table reservation system with Fastapi & Sqlalchemy ORM.
This project is created for learning purpose. You can manage your food ordering and table reservation with this project.
- Manage your food order.
- Take order and update food quantity dynamically
- Book/ cancel table reservation
- Manage waiting room
- Get bill and add coupon code
Python
- FastAPI for creating rest api
- Sqlalchemy for ORM
- move to /sql_app in your terminal
- run
python main.py
for all operations - run
python main2.py
for update order suggestion table - run
python main3.py
for autosuggestion