For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the de.codecentric.springbootsample.Application
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
step-1: Clone the code
git clone https://github.com/Intelehealth/intelehealth-fhir-shr-application-layer.git
step-2: Enter to root folder
cd intelehealth-fhir-shr-application-layer
step-3: Edit src/main/resources/application.properties
replace the relevant urls
step-4: Build the image
docker compose build
step-5: Run the application
docker compose up -d
http://host-ip:9001