Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.03 KB

🛒 E-Commerce Website

Overview

This is an E-Commerce website built using Django and SQL, providing a platform for users to browse products, add them to a cart, and securely checkout.

Features

  • User Authentication: Registration, login, and logout.
  • 🏷️ Product Listing: Browse products by categories.
  • 🛍️ Shopping Cart: Manage your selected items.
  • 💳 Secure Checkout: Easy and secure payment options.
  • 📦 Order History: Track your past orders.
  • ⚙️ Admin Panel: Manage products and orders efficiently.
  • 📱 Responsive Design: Optimized for both mobile and desktop devices.

Technologies Used

  • Django: The web framework for backend development.
  • Python: Programming language for backend logic.
  • HTML/CSS: Front-end design.
  • JavaScript: Interactivity and dynamic content.
  • MySql: Database for development.
  • Bootstrap: CSS framework for responsive design.

Prerequisites

  • 🐍 Python 3.x
  • 📦 pip (Python package installer)