vaadin / patient-portal-demo-flow

0 stars 0 forks source link

Patient Portal UI

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.

Build

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:

  1. Run maven with a custom local repository location : mvn -Dmaven.repo.local=localrepo install. The localrepo directory contains the patient-portal-backend artifact binaries.
  2. Clone the patient-portal-backend project and install the artifact locally.

Run using mvn clean spring-boot:run