phi2039 / edfx-vbpr-ri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 64.4%Language:Shell 27.9%Language:Dockerfile 6.1%Language:CSS 1.7%