An Android mobile app for caretaker of old-age homes to manage medications of the residents. The app also reminds the caretaker about the medications to be given to the residents.
- Java
- XML
- Firebase
- Android Studio
- Clone the repository.
git clone https://github.com/Divyansh-Gemini/CarePlus.git
- Open the project in Android Studio.
- Connect the project with Firebase, and make sure that
google-services.json
is there in theapp
directory. - Enable the following in Firebase.
- Authentication using Email-Password
- Realtime Database
- Storage
- Create a folder named
guest_images
in Firebase Storage. - Run the app on an emulator or a physical device.