https://github.com/seshath-dotcom/online-shopping-website
Tools: Python , Streamlit, Python-mysql-connector , MYSQL. Developed an interactive online shopping platform using Streamlit for the front-end and Python for back-end logic. Integrated MySQL database through python-mysql-connector for secure data storage and retrieval. Implemented product browsing and order management for smooth user experience.
https://github.com/seshath-dotcom/online-shopping-website
admin-dashboard libraries mysql-database python python-mysql-connector streamlit user-interface visual-studio-code
Last synced: 2 months ago
JSON representation
Tools: Python , Streamlit, Python-mysql-connector , MYSQL. Developed an interactive online shopping platform using Streamlit for the front-end and Python for back-end logic. Integrated MySQL database through python-mysql-connector for secure data storage and retrieval. Implemented product browsing and order management for smooth user experience.
- Host: GitHub
- URL: https://github.com/seshath-dotcom/online-shopping-website
- Owner: seshath-dotcom
- Created: 2025-10-26T11:54:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-29T13:26:54.000Z (8 months ago)
- Last Synced: 2025-10-29T15:25:56.147Z (8 months ago)
- Topics: admin-dashboard, libraries, mysql-database, python, python-mysql-connector, streamlit, user-interface, visual-studio-code
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🛍️ Online Shopping Website
An interactive Online Shopping Website built using Python, Streamlit, and MySQL that provides a smooth shopping experience for users and efficient management tools for employees.
🚀 Project Overview
This project is designed to simulate a real-world online shopping system with two main modules:
User Side:
Customers can explore products, place orders, cancel orders, and update personal information through an intuitive and reliable interface built with Streamlit.
Employee Side (Admin Panel):
Employees can manage the backend operations — including updating stock, adding new products, and viewing customer details.
🧩 Features
👤 User Module
View available products and details
Order products easily
Cancel existing orders
Update personal information
User-friendly and responsive interface
🧑💼 Employee Module
Access customer and order information
Update stock levels
Add or remove products
Manage product availability
🛠️ Technologies Used
Component Technology
Programming Language Python
Frontend Framework Streamlit
Backend Connectivity Python MySQL Connector
Database MySQL
Libraries Used streamlit, mysql-connector-python, pandas, etc.