/cs50-finance

A web app simulates the process of exchanging stocks. Built using Python, Flask, SQL, SQLite, HTML, CSS.

Primary LanguagePython

C$50 Finance

C$50 Finance, a web app via which you can manage portfolios of stocks. Not only will this tool allow you to check real stocks’ actual prices and portfolios’ values, it will also let you buy and sell stocks by querying IEX for stocks’ prices.

Setup

1. Install the project dependances

$ pip3 install -r requiremants.txt

2. Add IEX API_KEY to your environment variables

3. Run the flask server

$ python3 app.py

Database ERD

C$50 Finance ERD