Skip to content

Example web application built using 1upHealth FHIR & User & Connect APIs

License

Notifications You must be signed in to change notification settings

QXTech-dev/1upwebapp

Repository files navigation

run locally

npm run dev

deploy via serverless

only need to do the create domain the first time

sls create_domain --region us-east-2 --aws-profile dev

then for any updates

npm run build && sls deploy --region us-east-2 --aws-profile dev

export ONEUPHEALTH_MYSQL_DB="xxxxxx" export ONEUPHEALTH_POSTGRES_DB="xxxxx"

test locally

http://localhost:3000

About

Example web application built using 1upHealth FHIR & User & Connect APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • CSS 0.7%