Skip to content

arasad28/django-ecommerce-pro

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Django Ecommerce website

This is an advance level e-commerce project with made by me with many of feature. These are not such common feature what people add during a e-commerce project with Django. I made these feature with myself. And these feature are very much needed in current e-commerce site. Some feature like email verification and other feature with is widely needed add soon hopefully.


Feature

  • Email Login
  • Quick Deal Feature
  • Slider
  • Pagination
  • Comment Section
  • Custom Editor for full product description
  • Cart section with all the functionality
  • Address Section
  • Payment Section where full address needed
  • Payment Method
    • Paypal
    • Stripe
    • SSL-Ecommerce
  • Profile Edit Section
  • Author post Edit Section
  • Custom Login(email needed), Register and logout section
  • Quick Deal request from seller
  • Admin custom function
  • Admin panel Customization
  • Order confirm functionality
  • List of Order for a user

Built With

  • Django
  • HTML5
  • CSS3
  • Bootstrap

Getting Started

For starting running the full project first of all create a virtual environment.

Prerequisites

Need pip for install all the package.

  • pip
    python -m pip install --upgrade pip

Installation

After install all the package install all the require package needed from requirements.txt file

1.Enable virtual environment.

2.Run

pip install -r requirements.txt

or

pip3 install -r requirements.txt

3.Run

python manage.py runserver

Don't forget to create a super user for admin panel login

python manage.py createsuperuser

Contact

Twitter

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published