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