CS 222 Project Group 78 Group Members: Advay Kadam, Michael Ling, Jeslin Paulraj, Soham Phargade Mentor: Simran Malhotra Initial Set-Up python3 -m venv venv source venv/bin/activate pip install flask yfinance pandas scikit-learn npm install react-router-dom npm install export NODE_OPTIONS=--openssl-legacy-provider npm start go to localhost:3000 or http://10.195.123.81:3000 Run Instructions cd to team-78-project folder cd into venv folder python app.py go to localhost:3000 or http://10.195.123.81:3000 running npm start on its own may not load page properly its good practice after a few changes to quit (command-c) and re-run using npm start to get out of virtual env do deactivate and then when you run python app.py it will go back in venv