MyHome is a smart home application with integrated gamification built using Android, Arduino, and Unity to ease the user's life in this new era of technology. This application is made to specifically for home electricity and security system, to help user save electricity and improve overall home security.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. The backend is already deployed at heroku.
- Download and Install Android Studio
- Java SDK Installed
- Fire up android studio and open MyHome project
- Synch gradle if necessary when prompted
- Click build and run app to emulator or your android device
- In the Project window, right-click a test and click Run .
- In the Code Editor, right-click a class or method in the test file and click Run to test all methods in the class.
- To run all tests, right-click on the test directory and click Run tests
First add your heroku to your git remote repo, and to deploy simply after commiting it
git push heroku master
- Android Studio - SDK Used
- Gradle - Build Tool and Dependency Management
- Dandy Arif Rahman (13516086) - Initial work on Android
- Hafizh Budiman (13516137) - Initial work on Android
- Restu Wahyu Kartiko (13516155) - Initial work on backend
Deliverables are inside folder deliverables.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to PBD Assistans for giving us this task