A simple software to search, make and manage medical appointments
- The API key for Google Maps has been removed for security reasons
- It can be set under
src/main/java/com/ehealthsystem/map/Context.java
in line 13 - Replace
"API_KEY"
with your API key
Disclaimer: As this was only a university project, the login data was stored unencrypted. This is not recommended. Use ResourceReader to store the hashed password in a file and load it if necessary
- The credentials for the email account have been removed for security reasons
- It can be set under
src/main/java/com/ehealthsystem/map/SendEmail.java
in line 76 (and 77) - Note the disclaimer and use the commented out line 78 for your password instead of line 77