Webshoppers is a frontend static e-commerce website that displays digital electronics items with features like user authentication, item categorization, add-to-cart, checkout, and a payment page.
Your go-to platform for digital electronics shopping! 🛒
🛍️ Product Listings – Browse digital electronics items.
🔑 User Authentication – Sign up & login system.
📂 Item Categories – Organized product categories.
🛒 Add to Cart – Select items for purchase.
💳 Checkout & Payment – Proceed with orders securely.
🎨 Responsive Design – Built with Bootstrap for a seamless experience.
- Install latest version of python, django and bootstrap
pip install django
npm install bootstrap- SQLite comes with Python, so no separate installation is required. To verify, run:
python -c "import sqlite3; print('SQLite is installed')"
- Apply migrations.
python manage.py migrate
- Now run the code
python manage.py runserver-
Setup your Django administration to store data.
-
Read the documentation of bootstrap and django for faster development.
-
Now, You can run it locally (localhost) or deploy it.
To run tests, run the following command
python manage.py runserver-
Sign Up / Login to access personalized features.
-
Browse Categories to find digital electronics.
-
Add Items to Cart for purchase.
-
Proceed to Checkout & Payment to complete the order.
-
Backend: Python Django
-
Frontend: HTML, CSS, JavaScript, Bootstrap
-
Database: SQLite



