Running the web app - lukemerrick/smart-thermostat GitHub Wiki
To run the flask webapp that serves as the dashboard, run the following commands:
cd /path/to/smart-thermostat
export FLASK_APP=web_thermostat
flask run
To run the flask webapp that serves as the dashboard, run the following commands:
cd /path/to/smart-thermostat
export FLASK_APP=web_thermostat
flask run