After downloading the files, to run the program, first run the frontend. Open a new command line, change directory to the frontend folder and run "ng serve --open". Then open another command line and run the backend by changing into the backend directory and typing "flask run". The web application should now be working on the localhost IP address in any web browser (usually http://127.0.0.1:5000/).