Skip to content

This is a visualization project in partial fulfillment of the course DATA101.

Notifications You must be signed in to change notification settings

gabminamedez/DATA101-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA101-final

This is a visualization project in partial fulfillment of the course DATA101.

Run this project in your computer 👨‍💻

  1. Clone this repository: git clone https://github.com/gabminamedez/DATA101-final.git.
  2. Navigate to this repository: cd DATA101-final.
  3. Since this uses Python for the server, it would be ideal to set up a virtual environment first. Below are the steps:
  • Install virtualenv: pip install virtualenv.
  • Create a virtual environment: virtualenv venv -p python3.
  • Activate the virtual environment: source venv/bin/activate.
  • NOTE: To deactivate the virtual environment: deactivate.
  1. Install the required libraries: pip install -r requirements.txt.
  2. Run the server: python main.py.

About

This is a visualization project in partial fulfillment of the course DATA101.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published