Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.1 KB

SMART Health Links Demo

Server

UI

  • Demo hosted at https://smart-health-links-ui.cirg.washington.edu
  • Simulates a state immunization portal or consumer health wallet UX
    • Comes with a built-in set of immunizations (synthetic data for a school-age child)
  • Connects to server component for backend storage

Client

Docker

The server, UI and client containers are managed by docker compose.

From the project root, run

docker-compose build && docker-compose up -d