An intuitive and user-friendly e-commerce platform built with Django, offering features such as item management, checkout functionality, and integrated payment processing using PayPal.
-
Dynamic Inventory Management
- Initially, a limited number of items are available for purchase.
- Additional items can be added dynamically to expand the catalog.
-
User-Centric Cart System
- Users can easily add or remove items from their cart.
- The cart interface provides a clear summary of selected items and their prices.
-
Secure Payment Gateway
- Integrated with PayPal API for smooth and secure payments.
- Payments are restricted to logged-in users for enhanced security and user tracking.
-
User Authentication
- Users must register and log in to make purchases.
- Ensures personalized shopping experiences and data privacy.
- Backend: Django
- Frontend: HTML, CSS
- Payment Integration: PayPal API
git clone https://github.com/yourusername/ecommerce-platform.git
cd ecommerce-platform