Anvitha Infotech
This project is a Django-based ecommerce web application for browsing fashion products, managing customer accounts, adding products to cart and wishlist, making online payments through Stripe, and viewing placed orders. It also includes seller-side features …
The ecommerce application provides an online shopping platform where users can register, log in, browse products by category, add items to cart or wishlist, select delivery addresses, complete payment using Stripe Checkout, and track their orders. Sellers can register separately and upload products with details such as name, price, image, size, description, and category. The system uses Django as the backend framework, SQLite as the database, Django templates for the user interface, and Stripe for online payment processing.
The application is divided into customer, seller, product, cart, payment, address, and order management features. Each feature is handled using Django views, models, templates, and URL routing. The goal of the system is to provide a simple online store workflow from product discovery to successful order placement.