An open source digital health platform for frontline health workers.
The CHW Client is an OpenSRP application used by Community Health Workers (CHWs), Community Health Assistants (CHAs) and their supervisors to enumerate all households in their catchment area and provide routine child health, antenatal care (ANC), and postnatal care (PNC) services in the community.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone OpenSRP CHW Client Kizazi Kijacho
git clone https://github.com/d-tree-org/opensrp-client-chw-kk.git
Clone OpenSRP client chw core module library
git clone https://github.com/d-tree-org/opensrp-client-chw-core.git
Publish OpenSRP client chw core module library locally in your machine
./gradlew uploadArchives -PmavenLocal=true
Clone OpenSRP Client Family Library
git clone https://github.com/d-tree-org/opensrp-client-family.git
Publish OpenSRP Client Family Library locally in your machine
./gradlew uploadArchives -PmavenLocal=true
Create a github.properties file in a project root directory and add your github username and authentication key
gpr.usr=
gpr.key=
Add the provided credentials to your local.properties
file of your OpenSRP CHW Client Kizazi Kijacho app
Enable Google Services Plugin by adding google-services.json
file into module (app-level) directory of your OpenSRP CHW Client Kizazi Kijacho app
Finally build and run the app from your IDE. Visit OpenSRP android client app build for more information
- Child health care
- Antenatal care (ANC)
- Postnatal care (PNC)
- All Families register
We use SemVer for versioning. For the versions available, see the tags on this repository. For more details check out https://semver.org/
- The OpenSRP team
- See the list of contributors who participated in this project from the Contributors link
Email: mailto:[email protected] Slack workspace: <opensrp.slack.com>
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details