An open API service indexing awesome lists of open source software.

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.

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