To get things started,
- In a terminal navigate to the backend/ directory and enter the venv using $source venv/bin/activate If this is the first setup, then it will be necessary to setup this venv first, as well as install flask.
- Now in the venv, run the command $flask run
- In a different terminal, navigate to frontend/ and run $yarn run dev
- Open the specified port in your browswer and everything should work.