This is just a simple assignment project which was my done in my Semester II of my B.E. Information Technology course
Languages Used:
- Java
- JavaFx
- FXML
- SQL
'InfirmaryManagementSystem' folder consists of all
- FXML files
- FXML Controllers
- Other Java Files
- Images
'infirmary_management_system' is the database schema that consists of 6 tables
To Run the Project on your system you'll need;
- JDK
- JavaFX SDK
- MySQL JDBC configured in your project Build Path
You could check out the 'ProgramCode.pdf' file where you will find all the codes of the program compiled in a single pdf file. To have the Schema and tables in your system you could check 'infirmary_management_system' or else execute the codes in 'CreateSchemaAndTables.sql' file.
Hope this project helps you in one way or the other. Thank You!!