/finance

CS50's finance app

Primary LanguagePython

CS50 Finance

Live demo

Setup

Install depedencies:

pip install -r requirements.txt

Export your IEX Cloud API key

export API_KEY=value

Run app in development mode

python -m flask run