Skip to content

adi3120/E-Commerce-site-using-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce-site-using-Django


To run this project on your localhost .

follow these steps .

  1. Clone this repo .

git clone https://github.com/adi3120/E-Commerce-site-using-Django.git .

  1. Go into the directory where the manage.py file is located. Then open terminal there and run this .

python manage.py migrate

  1. Create admin account

python manage.py createsuperuser

  1. Make migrations for the app

python manage.py makemigrations

  1. Again migrate those changes

python manage.py migrate

  1. Now run the development server

python manage.py runserver


1) Home Page

alt text


2) Home Page Products section

alt text


3) Product details page and add to cart option

alt text


4) Profile options

alt text


5) Login Page

alt text


6) Registration Page

alt text


7) Profile/ Customer update Page

alt text


8) Profile/ Customer details Page

alt text


9) Cart Page

alt text


10) Payment Page

alt text


11) Payment Gateway demostration (PAYPAL sandbox)

alt text


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published