Petstate facilitates communication between vets and their clients remotely.
-
also supports App backup to firebase incase the app is reinstalled so remember to use your own google-json file and enable firebase realtime database.
-
also includes payment with daraja api,which you have to change the callback url in code to point to your own location for the api.
-
the api folder contains files used in the backened for payment verification.
- In app messaging.
- Backup restore of user data.
- Daraja api for payment.
- Authentication by email using firebase
- persistent data using sqlite
- Careless api overrides were done since this was a beginners project.Code might break where version of BUILD has not been handled.
- some UI elements are not in their right position.
Copyright 2022
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Happy coding😎