Created on 9th November 2021
•
MedPro solves the big problem of running to hospitals and pharmcies for various medical requirernments , our app provides one stop solution for all these problem . In these unprecedented times the need for day to day services to be implemented has increased and we are trying to solve this. Though there are several apps available in the market but the user need to download different apps for various different purposes. We have tried to bring all the services like appointment booking , symptom checker, ambulance booking, medicine reminders under one roof . One single app to rule them all . MedPro !! . The app takes advatage of Firebase's great features for all the backend requirements. We did not stop there , we also built a dashboard for the doctors to easily access and manage all the appointments with just few clicks .
Use emailId - [email protected] password - 12345678 for testing purpose for app
and emailId - [email protected] password - 12345678 for testing the dashboard
APK link is attached below(Google Drive)
While building the app there were two major problems we faced , first being not able to use the firebase cloud functions and second not being able to use the google directions api both because google requires to setup a payment method to use both the features . We didn't have any luck with the cloud functions but we found an alternative for the directions api , we used the openroute service api for getting the polyline points and plotting it on the map for directions , its an open source api so we didn't have any problems there .