REPOSITORY OVERVIEWLive repository statistics
★ 3Stars
⑂ 1Forks
◯ 0Open issues
◉ 3Watchers
74/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
7 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Full-Stack E-commerce Website
This is a full-stack e-commerce website built using HTML, CSS, JavaScript, Django, Python, and MySQL. The project provides a complete online shopping experience, featuring user authentication, product listings, a shopping cart, and secure payment processing.
✨ Features
- User authentication and registration
- Product listings with search functionality
- Shopping cart management
- Secure payment processing
- Responsive design for mobile and desktop
🛠️ Technologies Used
- Frontend: HTML, CSS, JavaScript
- Backend: Django, Python
- Database: MySQL
🚀 Getting Started
Follow these steps to set up the project locally:
- Check your Python version:
python --version
- Install Pipenv (Optional: Upgrade pip):
pip install pipenv
python.exe -m pip install --upgrade pip
- Create and activate a Pipenv shell:
pipenv shell
- Install Django:
pip install django
- Verify the Pipenv virtual environment:
pipenv --venv
- Install MySQL client:
pip install mysqlclient
- Install Pillow for image handling:
pip install pillow
- Install Django Jazzmin for admin interface customization:
pip install django-jazzmin
- Create the database in MySQL:
CREATE DATABASE database_name;
- Make migrations:
pipenv run python manage.py makemigrations
- Apply migrations:
pipenv run python manage.py migrate
- Create a superuser for the admin interface:
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A fully functional e-commerce platform built with Django, Bootstrap, and MySQL. Implements secure user authentication, product management, and optimized database operations, showcasing practical full-stack development skills.
34/100 healthActive repository
HTMLNo license
⑂ 0 forks◯ 0 issuesUpdated Sep 23, 2025
FriendsCart is a full-stack e-commerce project built using HTML, CSS, Bootstrap, JavaScript, Python, Django, and SQLite3. The project encompasses features such as user authentication, product browsing, shopping cart functionality, order management, and checkout processes. It's a comprehensive solution for setting up and managing an online store.
31/100 healthActive repository
HTMLNo license#bootstrap5#css3#django-framework#html5
⑂ 0 forks◯ 0 issuesUpdated Jun 6, 2024