/datbigcuke

Course Project for CS411: Databases @ University of Illinois Urbana Champaign

Primary LanguagePython

CS411 Team 1 Project

Required Software

Additional Software

Installation Instructions

There are two ways to install all the required dependencies for this visualization:

  • Manually through the use of a package manager (e.g. apt-get).
    • Run the command sudo apt-get install python.
    • Run the comment sudo apt-get install python-tornado.
  • Automatically through the use of the Python installation tool pip.
    • Run the command pip install -r .requirements.txt from the base directory of the visualization source.

Running Instructions

Once all the proper dependencies are installed, the project server can be run using the command make from the base directory of the project. The main page of the website can be viewed by opening a web browser and entering the address localhost:9999.

Credits

Project originally developed as a course project for CS411 (Databases) at the University of Illinois Urbana-Champaign.

Authors

  • Eunsoo Roh (roh7)
  • Joshua Halstead (halstea2)
  • Thomas Bogue (tbogue2)
  • Joseph Ciurej (ciurej2)
  • Kyle Nusbaum (kjnusba2)