A web app simulating house automation.
Both front-end and back-end implementations are available.
jQuerry is used to execute network calls.
git clone https://github.com/VladManolache/jHttpServer.git
HomeAutomation-API:
UI:
API
- GET: Returns the list of available devices
- POST: Updates the list of available devices.
UI
- Retrieve and update the list of devices.
Tested on Chrome and Safari on both mobile and desktop.
mvn clean install
Docker
- docker build -t [tag]:[version] .
- docker push [tag]:[version]
Google cloud
- gcloud app deploy app.yml
- Add authentication
- Add role-based access
This project is licensed under the MIT License