PharmaSoft is a Java-based medical management system with a GUI and database connectivity. It allows users to log in as either Doctors or Pharmacists, providing role-based functionality for managing prescriptions, inventory, and sales.
- 🔍 Search for drug availability.
- 💊 Prescribe medications to patients.
- 📝 Perform CRUD operations on prescriptions.
- 📜 View prescriptions made by doctors.
- 🛒 Sell drugs, updating the database in real time.
- 🔧 Perform CRUD operations on drug inventory.
- Java (Swing) → GUI development
- JDBC (Java Database Connectivity) → Database interaction
- MySQL → Database management
- Git & GitHub → Version control
MiniProject/
├── .idea
├── out
├── src/ # Java source code
├── .gitignore # Files to exclude from Git tracking
├── MiniProject.iml
└── README.md # Project overview
- Clone the repository
git clone https://github.com/JannyFromTechSupport/PharmaSoft.git cd PharmaSoft - Set up the database
-
Request for the database, I'll send it to you :)
-
Update the database credentials in the Java config file.
- Run the application
- Compile and execute the Java files using your preferred IDE (IntelliJ, Eclipse, NetBeans).
🛠 Add user authentication with encryption.
📊 Implement report generation for sales and prescriptions.
🌐 Develop a web-based version with modern UI.