Arjunan1234 / Django-E-Commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Web Application

"This project is a comprehensive e-commerce web application created with Django, HTML, CSS, Bootstrap, JavaScript, and SQLite."

Run the application:

git clone https://github.com/Arjunan1234/Django-E-Commerce.git
cd Django-E-Commerce
venv\scripts\activate
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py

Example Screenshots

Home Page

Screenshot (475)

Category Page

Screenshot (477)

Product List

Screenshot (489)

Showing Currently Unavailabe / Add to Cart

Screenshot (488)

Product Details

Screenshot (480)

Unavailable Product Details

Screenshot (481)

Login Page

Screenshot (482)

Signup Page

Screenshot (487)

Cart Page

Screenshot (483)

Address Page

Screenshot (484)

Profile Page

Screenshot (485)

Order Details

Screenshot (486)

Features

Admin Users

  • Manage Category:

    • Add, update, filter, and delete product categories.
  • Manage Products:

    • Add, update, filter, and delete products.
  • Manage Users:

    • Update, filter, and delete user accounts.
  • Manage Orders:

    • View and process customer orders.

Non-Registered Users

  • View Products:

    • Browse products and filter based on categories.
  • Explore Product Details and Related Products:

    • View detailed product information and related items.

Registered Users

  • All Non-Registered Users Features

    • View products, explore details, and related products.
  • Add to Cart:

    • Add products to the shopping cart for later purchase.
  • See Order Status:

    • Check the real-time status of placed orders.

About


Languages

Language:Python 89.8%Language:CSS 4.5%Language:HTML 4.5%Language:JavaScript 1.1%Language:PowerShell 0.2%Language:Batchfile 0.0%