Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 226 Bytes

Shopping Cart

A simple E-commerce website using Flask.

Dependencies

  1. Python3
  2. Flask
  3. Sqlite

How to run

  1. Set up database by running database.py
  2. Run main.py
  3. Enter localhost:5000 in the browser.