This web app is designed to track inventory for the BeachGlow Concert and present sales data intuitively online in real-time.
Blake Lawson
Volunteers mark sales using a Raspberry Pi. The Raspberry Pi updates the sales database. Event managers can check on sales statistics online throughout the event to make decisions about supplying vendors. After the concert, the information generated by the app can be analyzed to predict demand for future events.
Django 1.6
PostgreSQL 9.1.13
Get domain name - Done
Set up Linode - Done
Figure out how to read USB input - Done
Figure out how to update remote database - Done
Make template (graphs and stuff and manual input location) - Done
Get running on Pi, which includes making the local database, removing log in on boot, and running script on start up. - Done
Server set up. Still need to get mod_wsgi working. And get django app to run by default. - Done