A full-featured eCommerce web application built using Python Flask for the backend, SQL for the database, and HTML/CSS/JavaScript for the frontend. This project includes user authentication, product browsing, cart management, checkout, and an admin dashboard for managing products and orders.
- 🧾 User Registration & Login (with session management)
- 🛍️ Product Listing with Categories & Search
- 💳 Checkout with Order Summary
- 🛠️ Admin Panel for Product & Order Management
- 📦 Order History for Users
- 📱 Responsive Design
Layer | Technology |
---|---|
Backend | Python (Flask) |
Frontend | HTML, CSS, JavaScript |
Database | SQLite |
Authentication | Flask-Login |