Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 962 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 962 Bytes

Smarthome Dashboard Simulation

Author: Eric Latham

Email: ericoliverlatham@gmail.com

Description

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.

Instructions

Setting Things Up

make init

Run make init to set up the development environment.

Note: you will have to hit Ctrl+C after Docker is finished initializing the database.

Running The App

make start

Run make start to start the application.

Documentation

Documentation about the app is stored under the docs directory.