Skip to content

WebValley2022/webvalley-dashboard

Repository files navigation

CS3

WebValley 2022 Computer Science #3 Challenge 📊

📌 Our goals

  • Creating a dashboard for visualizating data from appa and FBK sensors

👨 Team members

  • Marco Di Francesco --Tutor--
  • Davide Frena (Davide 0)
  • Davide Delegeanu (Davide 1)
  • Davide Di Marco (Davide 2)
  • Ligia
  • Valeria

📟 Concepts & missions

  • Raw data
  • Data visualization system
  • Data analysis
  • make data understandable

➿ Skills

  • Programming (Python, Html, CSS, JavaScript)
  • Visualization
  • Interaction with other groups
  • Keep track of progress
  • Time dep. analysis
  • Tech - writing (DOCS)

:shipit:

How to run

Local deployment (~15s to start):

cd plotly-app
DEBUG=True python app.py

Server deployment (~15s to start):

cd plotly-app
gunicorn -b 0.0.0.0:8051 app:server