Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics
Go to file
Jason Kulatunga 4bc1c1db75 WORKING APP & WORKER
- very few plugins work in the Web-worker context
- authentication working
- SYNC not working
- UPSERT not working
- CORS issues AETNA
- REFRESH TOKEN ISSUES
2022-10-08 22:38:26 -07:00
.github/workflows remove quemu/multiarch docker builds. 2022-09-27 08:44:12 -07:00
backend refactor backend to remove all storage logic. Just auth and metadata endpoints now. 2022-10-08 19:40:33 -07:00
docker/couchdb refactor backend to remove all storage logic. Just auth and metadata endpoints now. 2022-10-08 19:40:33 -07:00
frontend WORKING APP & WORKER 2022-10-08 22:38:26 -07:00
.dockerignore adding docker image. 2022-09-21 18:57:38 -07:00
.gitignore WORKING APP & WORKER 2022-10-08 22:38:26 -07:00
CONTRIBUTING.md fixing config file. 2022-09-26 22:14:29 -07:00
Dockerfile fixing build. 2022-09-27 22:23:40 -07:00
LICENSE.md adding closed source license. 2022-09-25 09:53:25 -07:00
README.md adding Base64 methods 2022-10-05 22:01:23 -07:00
config.yaml fixing config file. 2022-09-26 22:14:29 -07:00
docker-compose.yml refactor backend to remove all storage logic. Just auth and metadata endpoints now. 2022-10-08 19:40:33 -07:00
go.mod refactor backend to remove all storage logic. Just auth and metadata endpoints now. 2022-10-08 19:40:33 -07:00
go.sum refactor backend to remove all storage logic. Just auth and metadata endpoints now. 2022-10-08 19:40:33 -07:00
packagr.yaml Initial commit 2022-08-22 17:51:46 -07:00

README.md

Fasten - On Premise/Self-Hosted

Find & replace the following

  • fastenhealth/fastenhealth-onprem - replace this with your github project name (owner/reponame)
  • fastenhealth - find and replace this with your binary name
    • make sure you rename the folder as well.

Running tests

  • ng test --include='**/base_client.spec.ts'