https://github.com/coderunner099/restaurant-ordering-system
A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.
https://github.com/coderunner099/restaurant-ordering-system
backend flask food-ordering fullstack python sqlite
Last synced: about 2 months ago
JSON representation
A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.
- Host: GitHub
- URL: https://github.com/coderunner099/restaurant-ordering-system
- Owner: codeRunner099
- Created: 2025-11-21T13:35:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-21T13:43:36.000Z (7 months ago)
- Last Synced: 2025-11-21T15:28:16.876Z (7 months ago)
- Topics: backend, flask, food-ordering, fullstack, python, sqlite
- Language: HTML
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation (EN)
python3 -m venv .venv
python3 -m pip install -r requirements.txt
python3 create_db.py
python3 app.py
Open in browser:
http://localhost:5000
_____________________
Installation (DE)
python3 -m venv .venv
python3 -m pip install -r requirements.txt
python3 create_db.py
python3 app.py
Im Browser öffnen:
http://localhost:5000