Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 582 Bytes

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