Skip to content

Georgia-Tech-Off-Road/GTORDaataWeb

Repository files navigation

GTOR Daata Web

Converting GTORDaata into a web app.

Setup

  • Install Python, Node.js, and Yarn
  • Install all of the python dependencies from requirements.txt
    • pip install -r requirements.txt
  • Install all of the Node.js dependencies from package.json (in the client directory)
    • yarn install

Execution

  • Run the backend server with python main.py
  • Run the frontend server with yarn dev (in the client directory)
  • Open localhost:3000