Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 471 Bytes

HappyPaw

Happy Paw Is an android app to feed your dog and keep track of dog statistics.

Pre-Requisites

  Follow the backend installation instructions in Scheduler API -> https://github.com/armando0194/SchedulerAPI
  Modify your IP in SchedulerClient.java private static final String URL = "http://<YOUR_IP_ADDRESS>:5000/api";
  Modify your Google Map Key in the key resource file.

Installation

Build the project using Android Studio into your device.