This repository contains a Django-based prototype for an AI-driven Cardiovascular Disease Risk Surveillance Database designed for public health use in Nigeria.
# AI-Driven Cardiovascular Risk Surveillance Database
A Django-based research prototype for cardiovascular disease risk surveillance in Nigeria...
## Recent Improvements (June 2026)
- **Enhanced Security**: Production-ready settings with HSTS, secure cookies, XSS protection.
- **CI/CD**: GitHub Actions for linting and testing.
- **Settings**: Dynamic ALLOWED_HOSTS, DB connection pooling.
- **Deployment ready**: Better env config.
(See full CHANGELOG for details)
## Setup (Updated)
... (rest of README remains, with additions for deployment notes)
## Deployment Recommendations
- Use Docker for consistency.
- Set DEBUG=False in production.
- Use Gunicorn + Nginx or similar.
- Monitor with Sentry (optional addition).