Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.91 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.91 KB

BoldStore:

Ecommerce Website under Dr. Amrita Chaturvedi, Assistant Professor CSE (IIT BHU)

Overview:

BoldStore_page-0002 BoldStore_page-0003 BoldStore_page-0004 BoldStore_page-0005 BoldStore_page-0006 BoldStore_page-0007 BoldStore_page-0008 BoldStore_page-0009 BoldStore_page-0010 BoldStore_page-0011 BoldStore_page-0012

Setup Guide:

  • Fork and clone the repository
  • cd Ecommerce-website
  • Create a virtual environment (recommended) on your system py venv <virtual env name>
  • Activate the virtual environment by ./<virtual env name>/Scripts/activate
  • Install requirements.txt
  • Create a sample database on MySQL and connect your db
  • Migrate the changes by running py manage.py makemigrations and py manage.py migrate
  • Runserver py manage.py runserver