Skip to content

Sushmi509/Shopsphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shopsphere

Shopsphere 🛒

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.

🚀 Features

  • User Registration & Login
  • Product Listing
  • Add to Cart
  • View Cart Items
  • Logout

🛠 Tech Stack

  • Python
  • Django
  • HTML & CSS
  • SQLite (default Django DB)

📂 How to Run

  1. Clone the repository
  2. Run pip install -r requirements.txt
  3. Run python manage.py migrate
  4. Run python manage.py runserver
  5. Open browser at http://127.0.0.1:8000/

✨ Future Enhancements

  • Add product filtering by category
  • Integrate payment gateway (e.g., Razorpay)
  • Add admin dashboard to manage orders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors