Sharesphere is a club-based e-commerce platform where users join exclusive clubs like Relic Seekers or Pearl Mint to access curated, members-only products. By paying to join, users become part of niche communities, enjoying personalized shopping, exclusivity, and a sense of shared experience.
- INVITATION CODE : 1221
- INVITATION ID : 1221
- INVITER USERNAME : SS&CO
- Join clubs to access exclusive products
- Admin dashboard to manage users, clubs, and inventory
- Clean, user-friendly interface
- Fully responsive across devices
- Backend: Django
- Frontend: HTML, CSS, JavaScript
- Styling: Bootstrap (Responsive Design)
- Database: SQLite
To run the project locally, follow these steps:
-
Create a virtual environment named
env:python -m venv env
-
Activate the virtual environment:
- On Windows:
.\env\Scripts\activate
- On macOS/Linux:
source env/bin/activate
- On Windows:
-
Run the Django development server:
python manage.py runserver


