Ecommerce-website-with-Django
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-pythonClone the Repository
After installing the prerequisite files just clone the project:
git clone https://github.com/Faishal003/Ecommerce-website-with-Django.gitCreate Superuser
Run command in terminal:
python manage.py createsuperuserModel Build
After creating
superuser, run the following commands in the Terminal:python manage.py makemigrations python manage.py migrate python manage.py makemigrationsGetting 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.🤞