Author: Eric Latham
Email: ericoliverlatham@gmail.com
This app is a Flask/React webapp that simulates a smarthome control & analysis dashboard program based on this project description.
I initially developed this app as a team leader for a final project in a computer science senior capstone course taught by Dr. Jeret Langston at UAB with the help of Steven Capleton, Landon Dyken, Karen Horton, Brittany Latham, and Laura Thompson.
Run make init
to set up the development environment.
Note: you will have to hit Ctrl+C
after Docker is finished initializing the database.
Run make start
to start the application.
Documentation about the app is stored under the docs directory.