Skip to content

Latest commit

 

History

History
162 lines (74 loc) · 4.62 KB

README.md

File metadata and controls

162 lines (74 loc) · 4.62 KB

SHOPPINGLY - An Ecommerce Website

My Website:

http://kanchanjeswani.pythonanywhere.com/

Project Summary

  • The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. They can then enter their address and choose Stripe to handle the payment processing.

Features of the Website

  • Customer Registration
  • Login
  • Password Reset
  • Password Change
  • Add to Cart
  • Add to Wishlist
  • Quantity Update of the product
  • Product filtering feature
  • Product Details feature
  • Removal of product added to cart or wishlist
  • Price Calculation according to the quantity selected
  • Order summary
  • Paypal Payment Gateway (Optional)

Tech Stacks

  • Django, Ajax, Jquery, Bootstrap, Javascript, Python, Owl Carousel, HTML, CSS, MYSQL

Running this project

  • To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

  • Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

  • That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

  • Then install the project dependencies with

pip install -r requirements.txt

  • Now you can run the project with this command

python manage.py runserver

Project Screenshots

Home Page

1

2

3

4

5

6

8

Customer Registration

9

Login

10

Shipping Details

18

Product Details

19

Empty Shopping Cart

24

Shopping Cart

20

Wish List

21

Order Summary

22

Order placement page

23

Mobile products fiteration

13

Top wears products fiteration

15

Covid care products fiteration

11

Bottom wears products fiteration

16

Laptop products fiteration

14

Foot wears products fiteration

17

Password Reset Feature

11

12