Enternot is a home security system powered by the Raspberry PI.
Check out the corresponding Android client: enternot-app.
Documentation is provided by the docs/swagger.yaml
file. You can view it using Swagger UI using this link
Branch | Status | Information |
---|---|---|
master |
The following steps are required to ge the application up and running.
git clone git@github.com:lukasbindreiter/enternot-pi.git
cd enternot-pi
pipenv install --dev
pipenv run flask run
Now you should be able to connect to the webserver on localhost:5000