A simple E-commerce website using Flask.
- Python3
- Flask
- Sqlite
- Set up database by running database.py.
- Run main.py.
- Enter localhost:5000 in the browser.
- To use admin and have /add /remove pages operate, you need a user named "admin".
- If you want to directly change the database.db, make sure ID's align well.
- This project is forked from HarshShah1997/Shopping-Cart.
- Icons from Flaticon.
- Templates need changes. Though I'm done with the project.