# Rwanda Health Facilities API
A Python-based API for managing and querying health facility data in Rwanda.
## Project Structure
rwanda-health-facilities-api/
data/
facilities.xml
facilities.json
scripts/
parse_and_validate.sh
tests/
test_api.py
app.py
parser.py
run.sh
requirements.txt
## Setup
1. Clone the repo:
git clone
github.com
2. Install dependencies:
pip install -r requirements.txt
3. Copy the example env file:
cp .env.example .env
4. Run the parser:
./run.sh
## Data
- 10 health facilities across Kigali (Gasabo, Kicukiro, Nyarugenge)
- Data available in both XML and JSON formats
## Status
- Week 1: Data parsing and Bash scripting (Done)
- Week 2: API server (coming soon)