Skip to content

Faishal003/Ecommerce-website-with-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Ecommerce-website-with-Django

Image of my-views-counter 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.🤞