Home
Softono

Ecommerce Website With Django

Open source Python
15
Stars
8
Forks
0
Issues
1
Watchers
1 year
Last Commit

 About Ecommerce Website With Django

An ecommerce website ✍ using Django and Python with sslcommerz payment system.

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Ecommerce Website With Django?

We provide expert installation service for this software. Our team will install, configure, and secure Ecommerce Website With Django on your server. plans start at just $30.

Ecommerce Website With Django

View on GitHub

Ecommerce-website-with-Django

Static Badge Static Badge
Django-eCommerce is an open-source e-commerce platform built on the Django Web Framework.

💥Features Included💥

  • SignUp & Login functionality.
  • Edit profile functionality.
  • Shopping Cart.
  • Order Management.
  • Increase & decrease cart items.
  • Checkout functionality.
  • Payments Using sslcommerz.
  • Logout functionality.

Installation

Note : Make sure you have Python version 3.8.x 👈
Install a few prerequisite files before running the project 👀

pip install Django
pip install pillow
pip install Django-crispy-forms
pip install crispy-bootstrap4  
pip install django_cleanup
pip install sslcommerz-python 

Clone the Repository

After installing the prerequisite files just clone the project:

git clone https://github.com/Faishal003/Ecommerce-website-with-Django.git

Create Superuser

Run command in terminal:

python manage.py createsuperuser

Model Build

After creating superuser, run the following commands in the Terminal:

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

Getting started to run the server

Run command in terminal:
Execute: python manage.py runserver
Open up a browser and visit: http://127.0.0.1:8000/ , the you will see the blog💥❤️.
All Set! 🤩🔥

Demo

https://ecommerce003.pythonanywhere.com/

Note

This project is just a basic foundation of the e-commerce Django website. Many features should be added in the future and more responsive ui also.🤞