Skip to content

gruks/MShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Mobile Repairing System

A desktop-based Java application designed for mobile repair shopkeepers to manage customer data, track repair orders, and generate bills efficiently.

๐Ÿ“‹ Features

  • Customer and device repair record management
  • Bill generation and printing
  • MySQL database integration
  • Easy database creation with CreateDatabase.java
  • Simple, intuitive interface

๐Ÿ–ฅ๏ธ System Requirements

  • Operating System: Windows/Linux/macOS
  • Java Version: Java SE 11 or higher
  • Database: MySQL Server 5.7 or above
  • JDBC Driver: MySQL Connector/J
  • Build Tool (optional): Maven or any Java IDE (e.g., IntelliJ, Eclipse, NetBeans)

๐Ÿ—ƒ๏ธ Database Details

  • Database Name: mshop_db
  • Tables:
    • repairs โ€“ stores repair records (device info, issue, cost, status)

You can generate the database structure by running the Java file:

javac CreateDatabase.java
java CreateDatabase.java

You can run the main project by running the Java file:

javac mshop.java
java mshop.java

About

Mobile Repairing Shop Project using JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages