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 a4c5168823 typo. 2022-10-09 15:01:18 -07:00
.github/workflows remove quemu/multiarch docker builds. 2022-09-27 08:44:12 -07:00
backend remove web.jwt.encryptionkey requirement 2022-10-09 12:59:09 -07:00
docker typo. 2022-10-09 15:01:18 -07:00
frontend typo. 2022-10-09 15:01:18 -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 remove web.jwt.encryptionkey requirement 2022-10-09 12:59:09 -07:00
Dockerfile working couchdb reverse proxy behind webapp binary. 2022-10-09 11:08:23 -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 cleanup config files and messages. 2022-10-09 12:30:26 -07:00
docker-compose.yml working couchdb reverse proxy behind webapp binary. 2022-10-09 11:08:23 -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'