Django-eCommerce is an open-source e-commerce platform built on the Django Web Framework.
- SignUp & Login functionality.
- Edit profile functionality.
- Shopping Cart.
- Order Management.
- Increase & decrease cart items.
- Checkout functionality.
- Payments Using sslcommerz.
- Logout functionality.
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
After installing the prerequisite files just clone the project:
git clone https://github.com/Faishal003/Ecommerce-website-with-Django.git
Run command in terminal:
python manage.py createsuperuser
After creating superuser
, run the following commands in the Terminal:
python manage.py makemigrations
python manage.py migrate
python manage.py makemigrations
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! 🤩🔥
https://ecommerce003.pythonanywhere.com/
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.🤞