A new health finder repo
# Rwanda Health Facilities Finder
## Overview
This application allows users to search for health facilities (Hospital, Clinic, Health Center, Doctors) in any Rwandan district using OpenStreetMap data via the Overpass API. Users can filter by facility type and sort results alphabetically.
## Features
- Search facilities by district
- Filter by type: Hospital, Clinic, Health Center, Doctors
- Sort facilities A→Z
- Error handling for no results or API downtime
## Usage
1. Open `index.html` in your browser.
2. Enter a Rwandan district (e.g., Kigali, Rubavu).
3. Click **Search**.
4. Use the filter dropdown to narrow results.
5. Click **Sort A→Z** to sort the list alphabetically.
## Deployment
1. Upload all files to Web01 and Web02 in `/var/www/rwanda-health-finder`.
2. Configure NGINX to serve the app on both servers.
3. Configure Lb01 (NGINX load balancer) with upstream pointing to Web01 and Web02.
4. Access the app via load balancer IP: `
lb_ip`.
## API
Data fetched from OpenStreetMap using the Overpass API.
## Credits
App built by: **Nshimyumurwa Mary Therese**