-
Notifications
You must be signed in to change notification settings - Fork 0
mbofos01/MentalHealthSystem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
Demetra Hadjicosti
Ioanna Theophilou
Lucia Jimenez Garcia
1) Pull the origin from github ( We recommend github desktop for your convenience)
2) Change files src/main/resources/clientConf.json and src/main/resources/serverConf.json to the IP address and port number you want to use
3) Run maven command "mvn package" to run the Junit tests and create the 5 jar files needed to run this system
4) Optional: Run maven command "mvn javadoc:javadoc" to create the javadoc documentation of the system
5) For testing purposes we use the University of Cyprus infrastructure and database, in order for our system to run properly we'll need to be connected with VPN.
Move to the target directory and run the Server-jar-with-dependencies jar file
$java -jar Server-jar-with-dependencies.jar Move to the target directory and run the Clinical-jar-with-dependencies jar file
$java -jar Clinical-jar-with-dependencies.jar Move to the target directory and run the Receptionist-jar-with-dependencies jar file
$java -jar Receptionist-jar-with-dependencies.jar Move to the target directory and run the MedicalRecords-jar-with-dependencies jar file
$java -jar MedicalRecords-jar-with-dependencies.jar Move to the target directory and run the HealthService-jar-with-dependencies jar file
$java -jar HealthService-jar-with-dependencies.jar You can find more info here If you want to set up your own database and recreate this system, just run the Database/team4.sql script.
About
A full-stack project, with a central server and four clients written in Java.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published