Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 783 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 783 Bytes

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.