/My-Ecommerce-website

This is a fully functional ecommerce website with beautiful UI and backend technologies

Primary LanguageHTML

My-Ecommerce-website

This is a fully functional ecommerce website with beautiful UI and backend technologies

Features

  • Adding user checkout flow with Paytm payment integration.
  • Category-wise search of product is possible using search option.
  • User can track the status of their product during delivery using tracker.
  • User can directly like, share and comments on blogs using there facebook account.
  • After payment user will get the confirmation of their of their payment.

Technologies

  1. Django (Backend)
  2. Bootstap (Frontend)
  3. JavaScript
  4. Paytm Integration (Payment Method)

Demonstration

shop.mp4

Preview

Home

store
Checkout

checkout
Payment -gateway using Paytm

payment
Payment Success Page

payment-success
Tracker

tracker
Blogs

blogs
Blog-details (here you can like, share and comment the specific blog with your Facebook account directly)

blog-details

To Run This Project

  1. clone this project on your local machine
    git@github.com:Khusbu853/My-Ecommerce-website.git
  2. create a virtual environment inside Ecommerce folder
    virtualenv venv
  3. activate virtual environment,(for windows)
    .\venv\Scripts\activate
  4. Install pip install pycryptodome
  5. run project on your local machine python manage.py runserver