Demo app for FHIR Genomics API.
How to use
- This demo app uses
requests
andflask
. If you havepip
, simply do
$ pip install requests flask
- Edit
config.py
to point the app to a server. - Run the server at localhost with:
$ python app.py
Demo app for FHIR Genomics API.
requests
and flask
. If you have pip
, simply do$ pip install requests flask
config.py
to point the app to a server.$ python app.py