Skip to content

A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.

Notifications You must be signed in to change notification settings

codeRunner099/restaurant-ordering-system

Repository files navigation

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

About

A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published