-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Kusal Damsara edited this page Jun 15, 2025
·
2 revisions
- Java 8 or above
- MySQL Database Server
- NetBeans, IntelliJ, or Eclipse IDE
-
Clone the repository:
git clone https://github.com/cusaldmsr/Algounix-Hospital-Management-System.git
-
Open the project in your IDE.
-
Create the MySQL database using the provided SQL script (hospital.sql or db.sql if available).
-
Update your DB credentials in the MySQL.java class:
// Example
String url = "jdbc:mysql://localhost:3306/hospital";
String user = "root";
String password = "";- Run the project from the main UI class (e.g., MainUI.java or Dashboard.java).