Reign03/farmers-awareness-api
0
Farmers Awareness API (FastAPI)
Backend API for the Farmers Awareness mobile app.
Required Space Secrets
Set these in Space Settings -> Variables and secrets:
DATABASE_URLSECRET_KEYHF_API_TOKENOPENWEATHER_API_KEY
Optional:
DEBUG(defaultFalse)ALLOWED_ORIGINS(default["*"])API_V1_PREFIX(default/api/v1)
Health check
GET /health
Notes
- This Space uses Docker (
sdk: docker) and serves on port7860. - Mobile app base URL should point to:
https://<your-space-name>.hf.space/api/v1
