Skip to content

A simple Django Ecommerce website | Features included: User Cart (Using sqlite database), Guest Cart (Using session cookies), Checkout, Add and remove item, Payment Integration (Paypal), Shipping Info

Notifications You must be signed in to change notification settings

ShianweiPang/Django-Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Ecommerce Website

A simple Ecommerce website with various functionality

This course was given Dennis Ivy. Find out more from the link given. Additional codes are added to improve the efficiency and the flow of the website.

Features

  • User Cart (Using database)
  • Guest Cart (Using session cookies)
  • Checkout
  • Add and remove item
  • Payment Integration (Paypal)
  • Shipping Info

Installation/ Implemetation

  • Create a virtualenv
  • Activate the virtualenv and install django (the requirements.txt is not uploaded as it was done in a local environment)
  • Make any necessary migrations
python manage.py makemigrations
python manage.py migrate
  • Run server
python manage.py runserver

View

Main page (store view)

image

Cart View

image

Checkout View and Shipping Info

image

Payment Integration

image

About

A simple Django Ecommerce website | Features included: User Cart (Using sqlite database), Guest Cart (Using session cookies), Checkout, Add and remove item, Payment Integration (Paypal), Shipping Info

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published