OPet is an app designed to connect pet owners who are no longer able to care for their pets with individuals seeking to adopt. Our goal is to reduce the number of pets that are not cared for by their owners and to provide a safe and loving home for every pet.
There are some main features in this version (v0.0.1-alpha pre-release)
- Post a pet for adoption
- Manage a pet for adoption post
- Find a pet for adoption
- Search pet for adoption with image
OPet.-.Overview.mp4
This is overview of android implementation for v0.0.1-alpha pre-release
Java 17
This is build with Android Studio Patch 1, you can use any other version but if any crash or error you can use the latest version of android studio.
git clone https://github.com/C23-PS008/opet-android-app.git
- Create local.properties if not exists on project root
- Add MAPS_API_KEY=YOUR_GMAP_APIKEY
- Add BACKEND_API_ENDPOINT_URL=BACKEND_BASE_URL
- DOG_PREDICT_API_ENDPOINT_URL=BASE_URL
- CAT_PREDICT_API_ENDPOINT_URL=BASE_URL
