Shopping Site made using Flask.
Project is on a shopping site which is made using flask. The user has to register and then login in to the site to gain access to the home page of the shopping Web site. SQlite is used as the database. The user can Create, Read, Update and delete an item from the site which belongs to that particular user respectively.
* python Version v3.8.5
* pip3 Version v20.2.3
* Flask Version v1.1.2
To setup -
pip install flask
pip install flask-sqlalchemy
pip install flask-bcrypt
pip install flask-login
pip install Pillow