To run this project locally:
- cd into /frontend directory
- Get the project dependencies by running this command in the terminal: "npm i"
- After dependencies are installed, run this command in the terminal: "npm start"
- cd back into /backend/src
- If flask and flask-cors are installed in your system locally, skip forward to step 8, else follow step 6 and step 7
- Install Flask by running this command in the terminal : "pip3 install flask"
- Install Flask-cors by running this command in the terminal: "pip3 install flask-cors"
- Install requests by running this command in the terminal: "pip3 install requests"
- run the python file (app.py) by clicking the run button on VSCode or by using this command in the terminal: "python app.py"