Converting GTORDaata into a web app.
- 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
- Run the backend server with
python main.py
- Run the frontend server with
yarn dev
(in the client directory) - Open localhost:3000