Backend services for the web user interface for the project FAIR4Health.
This is a maven Java project, check the command line arguments and phases.
Run mvn clean package
to build the project.
Run mvn jetty:run
for a dev server. Navigate to http://localhost:8080/
or the port stated in the application properties.
Run mvn test
Run ng integration-test
to execute the end-to-end tests via Protractor.