Skip to content

A simple E-commerce application created using Django framework.

License

Notifications You must be signed in to change notification settings

basantsd/estore

Repository files navigation

Python 3.10.7 Django 4.1 license

E-Store (Django E-commerce)

Django-ecommerce is an open-source ecommerce platform built on the Django Web Framework.

Installation

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

Where to find Me

Like Me on Linkedin

Releases

No releases published

Packages

No packages published

Languages