To start the backend, run the following commands:
cd backend
pip install -r requirements.txt
export FLASK_APP=index.py
flask run
Go to http://127.0.0.1:5000/data?movie=Pan
to see results.
To start the front end, run the following commands from the base directory:
cd frontend
npm install
npm start
Go to http://127.0.0.1:3000
to see the app running.