Django-ecommerce is an open-source ecommerce platform built on the Django Web Framework.
1.clone Repository & Install Packages
git clone https://github.com/basantsd/estore
pip install -r requirements.txt
2.Setup Virtualenv
virtualenv env
source env/bin/activate
3.Set Env File
mv .env.example .env
4.Migrate & Start Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Like Me on Linkedin