Running Instructions:
- add jdk
- add mysql
- Ensure Wolfhospital.java has the appropriate JDBC URL.
- Ensure the USER and PASSWORD fields for database connection are correctly filled.
- javac DBTablePrinter.java
- javac Wolfhospital.java
- javac ConsoleUI.java
- java ConsoleUI
- Within the application's main menu, type the keyword "test" to access a hidden user feature that runs all backend tests from the UI and prints the output to the console. This was placed there for the benefit of the grader.