NTNU Software Development Project - Team 35
PsykiskHelse is a software project under development. Our program is made for school nurses to handle eating disorders among students at the University. Our program makes it possible for the school nurses to uncover eating disorders and begin working towards recovery using the information they get through regular surveys the students answers in our App. Inside their profiles the nurses can; find their students, send them messages and filter the information by criteria. The school nurses can also make notes linked to a student, and contact a student if necessary.
See PsykiskHelse for more details about API og issues.
Here you find everything you need to install for our project.
-
Java Eclipse - Oxygen.2
-
Putty - Only if you are using Windows, not necessary for Mac
- AS NURSE:
Download the project from git by copy the URL.
Import the project and save the folder in a place you can easily locate.
(If you are connected to a network at NTNU, you can skip this step) Connect to the NTNU network using the Cisco AnyConnect VPN.
see this link for more info on how to do this. (This might work the same in other IDEs, but this setup was based on Java Eclipce) Open Java Eclipse.
Locate the folder you imported earlier.
Locate the FxApp.java class in the UI-package. Try to run it by right-clicking and selecting Run FxApp.java.
This will make the program up and running.
Should you run into any more trouble, feel free to contact us at [email protected] and we will aid you as best we can!
- AS STUDENT:
Download the project from git by copy the URL.
Import the project and save the folder in a place you can easily locate.
(If you are connected to a network at NTNU, you can skip this step) Connect to the NTNU network using the Cisco AnyConnect VPN.
see this link for more info on how to do this. (This might work the same in other IDEs, but this setup was based on Java Eclipce) Open Java Eclipse.
Locate the folder you imported earlier.
Locate the FxAppStudent.java class in the UI-package. Try to run it by right-clicking and selecting Run FxAppStudent.java.
This will make the program up and running.
Should you run into any more trouble, feel free to contact us at [email protected] and we will aid you as best we can!
Here you find all the information about how to run the automated tests for this system.
Using the terminal:
- Open terminal
- Write
mvn test, press enter - Maven will run all the tests in the project.
Using Eclipse Oxygen.2:
- Right-click on the root-folder
- Click on "Run as" and then click Maven test.
- Maven will run all the tests in the project.
This wikipage lists all the API references in our project:
- Maven - Dependency Management
- Jonas Haga - Scrum master - PsykiskHelse
- Sverre Spetalen - Tester - PsykiskHelse
- Hans Kristian Ovangen - Team member - PsykiskHelse
- Carl Fredrik Lystad - Team member - PsykiskHelse
- Janine Stang - Team member - PsykiskHelse
- Cathrine Akre-Aas - Team member - PsykiskHelse
- Nora Kallager - Team member - PsykiskHelse


