/FHIR-Genomics-Viewer

Demo application for FHIR Genomics API

Primary LanguagePython

Demo app for FHIR Genomics API.

How to use

  1. This demo app uses requests and flask. If you have pip, simply do
$ pip install requests flask
  1. Edit config.py to point the app to a server.
  2. Run the server at localhost with:
$ python app.py