Shopsphere is a basic e-commerce web application built using Django. The goal of the project is to simulate a simple online store with features like product listings, user registration, login, and a shopping cart.
- User Registration & Login
- Product Listing
- Add to Cart
- View Cart Items
- Logout
- Python
- Django
- HTML & CSS
- SQLite (default Django DB)
- Clone the repository
- Run
pip install -r requirements.txt - Run
python manage.py migrate - Run
python manage.py runserver - Open browser at
http://127.0.0.1:8000/
- Add product filtering by category
- Integrate payment gateway (e.g., Razorpay)
- Add admin dashboard to manage orders