Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.68 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.68 KB

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)