QuickDoc is a cross-platform mobile application built with React Native and Expo that allows users to seamlessly book appointments with doctors. It integrates backend and cloud services to manage users, appointments, and even extract prescription details from photos using OCR.
- 📱 Cross-platform support for iOS and Android
- 🔐 Secure user authentication using Firebase
- 🗂️ Backend content management powered by Strapi
- 📸 Prescription photo upload with OCR analysis using Google Cloud Vision API
- 📅 Easy appointment scheduling and doctor browsing
- Frontend: React Native, Expo
- Backend: Strapi (Node.js-based CMS)
- Authentication: Firebase Auth
- Cloud Services: Google Cloud Vision API (OCR)
- Database: Firebase Firestore
-
Clone the repository:
git clone https://github.com/Geethanjali5/quickdoc-app.git cd quickdoc-app -
Install dependencies:
npm install
-
Start the app:
npx expo start
-
Set up environment variables for:
a) Firebase config
b) Google Cloud Vision API key
Thank you for visiting this repository! If you find it useful, feel free to star ⭐ and contribute 🤝.