Team Meeting 2019 01 28 - greenedy/Capstone-Smart-Incubator GitHub Wiki
Participants: Jessica, Dylan
Decided on using MySql database
Came up with rough requirements for database tables(User[username,password], Incubator[temp, humidity, time], Config[name, temp, humidity, duration, notes])
Have to figure out a way to communicate while not on the same network ie over the internet which is why we will need security(like username and password))
Need to package application and database so its easy for user to setup