Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

africa-covid-19-response-toolkit/covid19-commcare-api

Domain:

healthcare

Record type:

software
Creator:
afr
Host:
COVID-19 CommCare API --- ### Setup Steps (~15 minutes) 1. Install Pipenv for Python 3.6+. ### Development Setup and enter the Python virtual environment. ```bash $ pipenv shell --three $ pipenv install --dev --skip-lock ``` Export the CommCare credentials to the environment. ```bash $ export COMMCARE_USERNAME=... $ export COMMCARE_PASSWORD=... ``` Run the FastAPI development server in the Python virtual environment. ```bash $ ./dev-server.sh ``` You can view the OpenAPI exported docs at `localhost:8000/docs`.

Visit

github.com