# Kenya Health Access Platform
A healthcare facility directory platform for Kenya with USSD, web, and SMS access.
## Features
- **USSD Access**: Dial *384# to find healthcare facilities (no internet needed)
- **Web Portal**: Search facilities by county, name, or service
- **Admin Panel**: Manage facilities, counties, and health content
- **REST API**: JSON API for mobile/app integration
- **Health Education**: Verified health tips and articles
## Setup Instructions
### 1. Prerequisites
- Python 3.8+
- PostgreSQL (or SQLite for development)
- Redis (optional, for session caching)
### 2. Environment Setup
```bash
# Clone repository
git clone
cd kenya-health-access
# Create virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\activate