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:
mvn -Dmaven.repo.local=localrepo install
.
The localrepo
directory contains the patient-portal-backend
artifact binaries.Run using
mvn clean spring-boot:run