To run this code: 1. Go to the backend folder and run in command line the command python app.py. This command will run the server locally. In order for the server to run, Python 3.7 and all the additional packages listed in the app.py file must be installed. The packages that need to be installed are: 1.1 flask 1.2 flask_cors 1.3 yfinance 1.4 pandas 1.5 numpy 1.6 datetime 1.7 sklearn 1.8 tensorflow 2.0 2. Enter the frontend folder and run in command line the command npm run start. This command will run the local web site. In order for the site to run, Node.js must be installed and run npm install for all additional packages.