Sparsh-Bansal / Ecommerce-Website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 67.7%Language:HTML 29.6%Language:CSS 1.6%Language:JavaScript 1.1%