MEDINEX
A Flutter client and a Node.js API for patient care — appointments, medical records, real-time messaging, and Gemini inside the diagnostic workflow.
Patients and providers need appointments, records and a way to talk in one place — not a portal for one side and a messaging app for the other — and providers still have to reconstruct history by hand before a consult.
Appointments and records
A Flutter client over a Node.js and MongoDB backend covers appointment scheduling and medical-records management, so both roles share one data model rather than two apps glued together after the fact.
Real-time messaging
Patients and providers talk over WebSockets, so the conversation sits next to the record instead of in a separate channel.
Gemini in the diagnostic workflow
Gemini is wired in to assist diagnostic workflows inside the app — suggested next steps and a summary of patient history for the provider, not a standalone chatbot.