Skip to content

Intelehealth/intelehealth-fhir-health-record-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

For building and running the application you need:

Running the application locally

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

Steps to start in Docker

step-1: Clone the code

    git clone https://github.com/Intelehealth/intelehealth-fhir-health-record-exchange.git

step-2: Enter to root folder

    cd intelehealth-fhir-health-record-exchange

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

Browse

    http://host-ip:5002

About

Repository for FHIR Health Record Exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •