Introduction Use Flask to implement a Food Ordering Service on localhost Version > python 3.7 > MySQL 8.0 Installation $ pip install flask in order to encrypt password by hash function $ pip install flask_bcrypt Folder Structure db/ db_item.sql db_shop.sql db_user.sql static/ templates/ index.html nav.html sign-up.html app.py README.md Relational-model