lukasbindreiter / enternot-pi

Enternot is a home security system powered by the Raspberry PI
MIT License
0 stars 0 forks source link

Enternot - PI GitHub license

Enternot is a home security system powered by the Raspberry PI.

Check out the corresponding Android client: enternot-app.

API Documentation

Documentation is provided by the docs/swagger.yaml file. You can view it using Swagger UI using this link

Build status

Branch Status Information
master Build Status Coverage Status

Getting started

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