MediBell Mobile is a cross-platform healthcare application that connects patients directly with doctors for personalized medical prescriptions and health tracking. The app features real-time notifications, a smart medical chatbot, and visual insights to improve patient adherence and doctor-patient communication.
- Role-based authentication for doctors and patients
- Doctors can prescribe medicine individually to each patient
- Chatbot that explains prescribed medicines and answers queries
- Daily intake notifications with Yes/No response tracking
- Graphs and visual insights on medicine adherence
- Real-time updates between patients and doctors
- React Native with Expo SDK
- Expo Notifications for alerts/reminders
- AsyncStorage for local data handling
- Express.js (Node.js) REST API
- MongoDB
https://drive.google.com/file/d/1RIXxCAkCjlfI575oh76QS6ScfVavrovK/view?usp=drivesdk
- Node.js & npm
- Expo CLI (
npm install -g expo-cli) - MongoDB (or any preferred DB)
- Git
git clone https://github.com/NVN404/Medibell-app.git
cd Medibell-app
//to run the backend
cd backend
node server.js
//to run the app frontend
cd patient-app
expo start
or
npm start
or
npm run dev