Creating a stock trading app with play money. Using flask and sqlite3 in the backend and html and css in the frontend. The purpose of this project is to gain more experience with SQL and designing the backend of a web application.
Dependencies:
This project depends on flask, requests, and matplotlib library.
pip3 install requests flask matplotlib
This project depends on using the IEX api to get stock quotes. To use this app you must create an account (free version is sufficient) and run export API_KEY=YOUR_KEY_HERE
where YOUR_KEY_HERE is the api key associated with your account (starts with "pk")