MediTrack
The system behind better records.
The challenge
Patient records, prescriptions, appointments, and medications need clear relationships, access control, and a deployment that can be reproduced outside a developer’s laptop.
How I approached it
Built a Django and PostgreSQL application with linked clinical records and an administration interface. Containerized the app with Docker, added Nginx and Gunicorn, and automated checks with GitHub Actions and pytest.
What came out of it
A documented university project covering the full delivery path: relational data modeling, authentication, application logic, tests, and containerized deployment.
How the pieces connect
01Nginx
02Gunicorn / Django
03PostgreSQL
04Docker / CI
Patient records, appointments, and prescriptions
Relational data modeling and authenticated workflows
Automated tests and containerized delivery
Next destination