Loading repository dataโฆ
Loading repository dataโฆ
PaRaG2314 / repository
๐ A modern e-commerce web app built with Django โ featuring product listings, cart management, user authentication, discount pricing, and a responsive Bootstrap UI. Backed by SQLite.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Research Project (COOP-II)
StyleCart is a Django-based e-commerce web application designed to simulate a real-world online shopping platform. It allows users to browse products, view details, and manage their shopping cart with dynamic price updates.
The project demonstrates full-stack development using Django (backend) and HTML/CSS/JavaScript (frontend), following the MVT (Model-View-Template) architecture.
The project follows Django MVT Architecture:
StyleCart/
โ
โโโ IPR_Submission/
โโโ Report_PPT/
โโโ Source_Code/
โโโ README.md
git clone https://github.com/PaRaG2314/StyleCart.git
cd StyleCart/Source_Code
pip install -r requirements.txt
python manage.py runserver
http://127.0.0.1:8000/
โ Core features implemented โ Fully functional cart system โ Backend and frontend integration complete
StyleCart successfully demonstrates the development of a structured and functional e-commerce system using Django. It provides hands-on experience in full-stack web development and simulates real-world online shopping workflows.