This application's purpose is to display FHIR Questionnaires, and submit them to a test FHIR server.
App is deployed here
Please find our
Please find our
Please find our
- team meeting notes,
- ta meeting notes,
- industry partner meeting notes,
- A1 postmortem
- A2 features to implement
- A2 milestone progress
- Postmortem on A2
- A3 final features overview
- tech stack discussion and
- development roadmap within the Documentation directory.
Continue reading this README to see what commands to run to install our project on your machines.
Please find our frontend component tests at:
Please find our backend server tests at:
Once this repository has been cloned, ensure that you have Docker downloaded. If not, please download it for this step.
To run our project, install Docker for your machine!
Then there are two options you can run our project with, with the live HAPI FHIR test server which has a lot of bad data and is extremely buggy or a local HAPI FHIR server with good data.
Start up the docker container
docker-compose -f local-fhir.yml up --build
Then you can goto (http://localhost:8080) and see the app's main page.
Start up the docker container
docker-compose -f live-fhir.yml up --build
Then you can goto (http://localhost:8080) and see the app's main page.
Run the tests in the docker container.
docker-compose -f local-fhir.yml run --rm main npm run test