Skip to content

FaisalAwan-git/Ecommerce-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce-Website

Setup

  1. pip install -r requirements.txt
  2. cd Qoura-clone
  3. python manage.py makemigrations
  4. python manage.py migrate
  5. python manage.py runserver
  6. Access admin panel by creating superuser :-> python manage.py createsuperuser

SignUp Page :

-- User have to register to purchase items.

-- Email Verificaton Feature.

Login Page :

-- User can login by entering his/her username and password.

-- Social Authentication Feature

-- Forgot Password Feature

Profile Page :

Edit Profile Page :

-- User can edit his profile

Ecommerce Front Page:

-- Category wise items is shown

-- Search Button Feature

Products Page :

-- Products of a particular category are shown

-- Add To Cart feature

Cart Page :

-- Items in the cart are shown.

-- User can change the quantity of each of the cart products.

Checkout Page:

-- Final Order summary is shown

-- New Address Feature

-- Edit Delete or Use of stored address Feature

Payment Successful Page :

-- Payment Gateway Feature (Not Integrated as it's not in production)

Orders page :

-- Details of the orders

-- Track your order (Not Integrated as it's not in production)

About

Ecommerce Website using Django in backend and HTML,CSS,JS in frontend

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 67.7%
  • HTML 29.6%
  • CSS 1.6%
  • JavaScript 1.1%