The web visualisation aspect on automated chicken coop management.
username: user
password: password
username: admin
password: password
When logged into the "Admin" account, changing settings won't work as it's not hooked up to a real backend.
- Master
This is the default branch that was submitted. It uses JWT to authenticate with an express.js backend. More info can be found here.
- Staging
To get this to work with GitHub pages (without hosting a separate backend), I am re-writing all the services to return dummy data to the application.
- gh-pages
The branch GitHub pages uses. To deploy, clone down repo, checkout staging, then run these commands:
ng build --prod --base-href ""
ngh