{"id":21625265,"url":"https://github.com/ohcnetwork/care","last_synced_at":"2025-05-15T03:07:58.130Z","repository":{"id":37006970,"uuid":"247995671","full_name":"ohcnetwork/care","owner":"ohcnetwork","description":"Care is a Digital Public Good enabling TeleICU \u0026 Decentralised Administration of Healthcare Capacity across States.","archived":false,"fork":false,"pushed_at":"2025-05-14T21:33:22.000Z","size":26413,"stargazers_count":299,"open_issues_count":22,"forks_count":426,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-05-15T03:07:48.437Z","etag":null,"topics":["digital-public-goods","hacktoberfest","healthcare","hmis"],"latest_commit_sha":null,"homepage":"https://careapi.ohc.network/swagger","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohcnetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-17T14:48:11.000Z","updated_at":"2025-05-13T12:50:06.000Z","dependencies_parsed_at":"2023-11-29T07:04:16.655Z","dependency_job_id":"2ce0f1b2-938c-464d-a01f-9b3d37284930","html_url":"https://github.com/ohcnetwork/care","commit_stats":{"total_commits":2718,"total_committers":110,"mean_commits":24.70909090909091,"dds":0.5974981604120677,"last_synced_commit":"69c2b831457ba1e47b68ada0eae9582d3c32b865"},"previous_names":["ohcnetwork/care"],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fcare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fcare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fcare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fcare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohcnetwork","download_url":"https://codeload.github.com/ohcnetwork/care/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264769,"owners_count":22041794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digital-public-goods","hacktoberfest","healthcare","hmis"],"created_at":"2024-11-25T01:08:35.595Z","updated_at":"2025-05-15T03:07:53.108Z","avatar_url":"https://github.com/ohcnetwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Care Backend\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ohc.network\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./care/static/images/logos/light-logo.svg\"\u003e\n      \u003cimg alt=\"care logo\" src=\"./care/static/images/logos/black-logo.svg\"  width=\"300\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![Deploy Care](https://github.com/ohcnetwork/care/actions/workflows/deployment.yaml/badge.svg)](https://github.com/ohcnetwork/care/actions/workflows/deployment.yaml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg)](https://github.com/pydanny/cookiecutter-django/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Chat](https://img.shields.io/badge/-Join%20us%20on%20slack-7b1c7d?logo=slack)](https://slack.ohc.network/)\n[![Open in Dev Containers](https://img.shields.io/static/v1?label=\u0026message=Open%20in%20Dev%20Containers\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/ohcnetwork/care)\n\nThis is the backend for care. an open source platform for managing patients, health workers, and hospitals.\n\n## Features\n\nCare backend makes the following features possible:\n\n- Realtime Analytics of Beds, ICUs, Ventilators, Oxygen and other resources in hospitals\n- Facility Management with Inventory Monitoring\n- Integrated Tele-medicine \u0026 Triage\n- Patient Management and Consultation History\n- Realtime video feed and vitals monitoring of patients\n- Clinical Data Visualizations.\n\n## Getting Started\n\n### Docs and Guides\n\nYou can find the docs at https://care-be-docs.ohc.network\n\n### Staging Deployments\n\nDev and staging instances for testing are automatically deployed on every commit to the `develop` and `staging` branches.\nThe staging instances are available at:\n\n- https://careapi.ohc.network\n- https://careapi-staging.ohc.network\n\n### Self hosting\n\n#### Compose\n\ndocker compose is the easiest way to get started with care.\nput the required environment variables in a `.env` file and run:\n\n```bash\nmake up\n```\n\nto load seed data for testing run:\n\n```bash\nmake load-seed-data\n```\n\nStops and removes the containers without affecting the volumes:\n\n```bash\nmake down\n```\n\nStops and removes the containers and their volumes:\n\n```bash\nmake teardown\n```\n\n#### Docker\n\nPrebuilt docker images for server deployments are available\non [ghcr](https://github.com/ohcnetwork/care/pkgs/container/care)\n\nFor backup and restore use [this](/docs/databases/backup.rst) documentation.\n\n## Contributing\n\nWe welcome contributions from everyone. Please read our [contributing guidelines](./CONTRIBUTING.md) to get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fcare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohcnetwork%2Fcare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fcare/lists"}