This is the UI for the Patient Portal demo app made with Vaadin Flow using Polymer templates. The flow-hello-world project has been used as a starting point for this project.
The project has dependency to the patient-portal-backend
backend module which is not available
as a binary maven artefact in a remote repository. So there are two ways to build the project:
- Run maven with a custom local repository location :
mvn -Dmaven.repo.local=localrepo install
. Thelocalrepo
directory contains thepatient-portal-backend
artifact binaries. - Clone the patient-portal-backend project and install the artifact locally.
Run using
mvn clean spring-boot:run