Simple React front end for fedhack (AKA BioMedic). Provides UI to register, authN and retrieve patient details. Uses fedhack-backend backend.
- NodeJs
- npm
Clone repo
git clone https://github.com/lukezak/fedhack.git
Install dependencies
npm install
Modify server
in src/settings.json
to point to the fedhack-backend
port and hostname.
Run an instance of the backend service
npm run start
^C