/edfx-vbpr-ri

Primary LanguageJavaScript

Getting Started

Start and bootstrap the FHIR server and web application

./bin/bootstrap.sh

(This will take about 15 minutes or so...)

Open the web app

http://localhost:3000

Other Operations

Stop the FHIR server (this will NOT delete the data in the FHIR store)

./bin/stop-fhir-server.sh

Start the FHIR server (afger the initial bootstrap)

./bin/stop-fhir-server.sh

Start the web app server

cd web-app && npm run start