
NameCombiner Backend — cPanel Passenger Deploy
----------------------------------------------
1) Upload this entire folder to: /home/USERNAME/backend
2) In cPanel → Setup Python App:
   - Python 3.10+
   - App Directory: /home/USERNAME/backend
   - App URI: /api
   - Startup file: passenger_wsgi.py
   - Entry point: application
3) Click Create, then install requirements (UI or SSH):
   pip install -r requirements.txt
4) Create .env (or add env vars in cPanel):
   MONGODB_URI=...
   DB_NAME=namecombiner
   ALLOWED_ORIGINS=https://yourdomain.com,https://www.yourdomain.com
5) Restart the app. Test https://yourdomain.com/api/health
