Start up: -launch virtual environment from main folder: $ . venv/bin/activate -export flash main app: $ FLASK_APP=flaskr/main.py -run the flask server $ flask run
TODO list: -Setup JSON file for users and logging in -Read JSON file for devices connected -Check update of connected devices, ie how often and is it possible? -No graphics for now, might be better to just to connected devices ie is someone home.