- Install node, npm and all dependencies to start server and frontend
- Install Jupyter Notebook, NumPy, and Pandas to run backend
- In Backend > create a folder called "input_data"
- Place all input_data csv files into the folder
- Backend > portfolio_tracker.py > run all cells
- In my-app directory > run “npm run server”
- In my-app directory > run “npm start”