Inspired from the CS50 flask project, Financy is a website via which users can "buy" and "sell" stocks
Note: Starting from now, you have to use your own API key.
Please make sure to replace <YOUR_API_KEY>
with your own API key obtained from the IEX Cloud API in the file helpers.py
.
pip install -r requirements.txt
flask run