Dashboard for MSU Congress to monitor student quetsions and concerns in real time.
Install Python on your computer
Install Git on your computer
Clone this GitHub repository:
git clone https://github.com/marianopolis/dashboard.gitChange directory to this dashboard directory
cd dashboardInstall Python requirements using Pip
pip install -r requirements.txtSetup environment variables
API_KEY is the API key that the Google Sheets API uses to grant accesss to reading the Google Sheet. SHEET_ID is the ID in the Google Sheet URL that identifies the Google Sheet. Please refer to the Tech Committee members for setting the values of the environment variables.
set API_KEY=<api key>
set SHEET_ID=<sheet ID>Run the application using Python
python app.pyGo to the http://localhost:5000 URL on your browswer to view the rendered webpage.