Shopping Cart A simple E-commerce website using Flask. Dependencies Python3 Flask Sqlite How to run Set up database by running database.py Run main.py Enter localhost:5000 in the browser. apt-get update -y apt install -y python3-pip sqlite3 pip3 install -r requirements.txt