Skip to content

Sparsh-Bansal/Ecommerce-Website

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published