Skip to content

This is a demo website where user can view product and place a virtual order wrt to the price and delivery option.

Notifications You must be signed in to change notification settings

prashan1/EcommercE_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcommercE_website for demo keep scrolling

This is a Demo Ecommerce Website Project where user can view product and place a virtual order wrt to the price and delivery option. In this Web Application, anyone can buy any product present in the store,
add it to their cart User who are not currently logged in can still save their cart.

This Web Application is made with the help of the following -->

  • Python web framework -- Django
  • Python Imaging Library -- Pillow

Features Included

  • Custom Admin dashboard
  • Shopping Cart
  • Order Management
  • Responsive, mobile-friendly design
  • Much more...

Home Page

Home - Google Chrome 04-06-2021 21_04_14

Cart

Home - Google Chrome 04-06-2021 21_04_28

Checkout

Home - Google Chrome 04-06-2021 21_04_46

Virtual Transaction Completed

Home - Google Chrome 04-06-2021 21_06_06

Installation

1.clone Repository & Install Packages

pip install -r requirements.txt

2.Setup Virtualenv

virtualenv env
source env/bin/activate

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

This is a demo website where user can view product and place a virtual order wrt to the price and delivery option.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published