A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.
Live on H Finance.
Built as per Instructions by CS50x staff.
Deployed using Heroku.
- Register for an account
- Login using username and password
- Quote price of a stock
- "Buy" and "sell" stocks
- View transactions history
- HTML
- CSS
- Python3
- Flask
- Bootstrap
- Jinja
- PostgreSQL
Used Docker to run PostgreSQL locally.
-
Check requirements.txt for dependencies.
-
Follow instructions on CS50 Heroku Docs