this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Python 98.4%
Nix 0.7%
Shell 0.3%
HTML 0.2%
Makefile 0.1%
Dockerfile 0.1%
CSS 0.1%
JavaScript 0.1%
Batchfile 0.1%
SCSS 0.1%
Procfile 0.1%
Other 0.1%
5078 1 0

Clone this repository

https://tangled.org/satanvysakh.tngl.sh/care https://tangled.org/did:plc:j7krooxzkjpt7okzinzz3osu/care
git@tangled.org:satanvysakh.tngl.sh/care git@tangled.org:did:plc:j7krooxzkjpt7okzinzz3osu/care

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Care Backend#

care logo

Deploy Care License: MIT Cookiecutter Django Code style: black Chat Open in Dev Containers

This is the backend for care. an open source platform for managing patients, health workers, and hospitals.

Features#

Care backend makes the following features possible:

  • Realtime Analytics of Beds, ICUs, Ventilators, Oxygen and other resources in hospitals
  • Facility Management with Inventory Monitoring
  • Integrated Tele-medicine & Triage
  • Patient Management and Consultation History
  • Realtime video feed and vitals monitoring of patients
  • Clinical Data Visualizations.

Getting Started#

Docs and Guides#

You can find the docs at https://care-be-docs.ohc.network

Staging Deployments#

Dev and staging instances for testing are automatically deployed on every commit to the develop and staging branches. The staging instances are available at:

Self hosting#

Compose#

docker compose is the easiest way to get started with care. put the required environment variables in a .env file and run:

make up

to load fixtures for testing run:

make load-fixtures

Stops and removes the containers without affecting the volumes:

make down

Stops and removes the containers and their volumes:

make teardown

Docker#

Prebuilt docker images for server deployments are available on ghcr

For backup and restore use this documentation.

Contributing#

We welcome contributions from everyone. Please read our contributing guidelines to get started.