Skip to content

🛒 A fully functional E-commerce Website built using Django. This project includes essential e-commerce features like user authentication, product listing, shopping cart, checkout process, and order management. Designed for scalability and easy customization, ideal for small businesses or as a base project for advanced development.

Notifications You must be signed in to change notification settings

Shubham17112/Django-ecommece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Ecommerce

Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

image

Product Slide

image

Shop Page image

Product Detail Page image

Cart Page image

BillingAddress Page image

Stripe Payment Page image

Order Success Page image

Installation

git clone https://github.com/zinmyoswe/Django-Ecommerce.git

cd Django-Ecommerce

pip install virtualenv

virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

env\Scripts\activate

pip install -r requirements.txt

Install below version in terminal and 'New Version will face version conflict error'

pip install Django==2.2.4
python -m pip install django-allauth==0.40.0
pip install django-crispy-forms==1.7.2
pip install django-countries==5.5
pip install stripe==2.37.1
pip install Pillow

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

For Admin Login

python manage.py createsuperuser
Username : admin
Password : 12345678

Demo

https://colorlib.com/etc/fashe/index.html

About

🛒 A fully functional E-commerce Website built using Django. This project includes essential e-commerce features like user authentication, product listing, shopping cart, checkout process, and order management. Designed for scalability and easy customization, ideal for small businesses or as a base project for advanced development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published