Loading repository data…
Loading repository data…
Pritam-1812 / repository
Java Swing-based desktop application for managing shopping mall operations with admin login and GUI navigation.
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.
The Shopping Mall Management System is a Java Swing-based desktop application designed to manage shop-level operations within a mall. The system provides a secure login interface for shop users and connects to a database to validate credentials. After successful authentication, users can access the product management interface.
SELECT * FROM Shops WHERE Username=? AND Password=?
git clone https://github.com/your-username/Shopping-Mall-Management-System.git cd Shopping-Mall-Management-System 2. Open in IDE: NetBeans / Eclipse / IntelliJ 3. Configure database: Create table Shops Add sample user data
Run Shop_login.java
This project uses basic SQL queries for authentication Passwords are stored in plain text (can be improved using encryption) Suitable for academic/demo purposes
Add password encryption (bcrypt) Implement role-based access Add billing and inventory system Improve UI/UX design Prevent SQL injection using Prepared Statements
📄 License This project is licensed under the MIT License.
📬 Contact
👤 Pritam Borate 📧 pritamborate14@gmail.com