(1) Unzip the two zip files.(src and public)
(2) Execute the following command in the same directory to install necessary dependencies:
>npm install
(3) Execute this statement to start the local react server:
>npm start
(4) Run the following command to run the FLASK API:
>py final.py