Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.13 KB

File metadata and controls

31 lines (20 loc) · 1.13 KB

Smart E-health Consulting System

A simple software to search, make and manage medical appointments

About The Project

Built With

Information

API-Key

  • 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

Email account

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