This is an e-commerce website that involves a platform to buy eyewear products online.
''' Python Pip database '''
create a virtual environment using this
virtualenv env
if virtualenv not installed install using this
pip install virtualenv
install the requiremeents using this
pip install -r requirements.txt
run the project using this
python manage.py runserver