A SQL DB and Python Class structure to upload and manage trades in your portfolio.
- You need docker installed on your machine with the mysql image.
- MySql workbench is may be helpful for sql admin
- Run docker command to create your mysql server on docker
- Run creation scripts to create a blank version of the PortfolioTracker database
- Add trades and prices the trade_file.csv and price_file.csv
- Upload your csv using the PortfolioTrackerPlayground notebook
- Have Fun!