| # CaseTracker — NGO Beneficiary Management | |
| Internal case management system for field operations in Jordan. | |
| ## Setup | |
| ```bash | |
| cp .env.example .env | |
| # Edit .env with your credentials | |
| docker-compose up -d | |
| ``` | |
| ## Deployment | |
| Production deployed on AWS EU-West-1. Contact James O'Brien (j.obrien@ngo-example.org, +962-79-555-7890) for access. | |
| ## Data | |
| Seed data in `seed_data.sql` for local development. Uses anonymized beneficiary records. | |