The app has been deployed on Heroku
- The project requires Java 8, Gradle 2.3.3, Android Studio 3.0, IDEA 2017 2.3 and Maven 4.0.0 to build and run.
- You'll also need an android device equipped with google play services to run the android project.
- Connect your android device to your machine via usb and ensure usb debugging is turned on.
- Ensure your android device and your machine are connected to the same wi-fi network.
- Clone the git repository on your computer.
- Navigate to the cloned repository and locate the backend folder within the prototype folder.
- Import the backend folder into IntelliJ
- Locate Bootstrap class and ensure the ipaddress is that of your machine's.
- Right-click on the Bootstrap class to start the server.
- Navigate to the cloned repository and locate the android folder within the prototype folder.
- Import the android studio folder into Android Studio.
- Locate the MainActivity.java class and change the request url to match the ip address used by the bootstrap class in the backend.
- Click the green triangle at the top of the window to run the project
- Select your android device from the window that pops-up