A stock trading web application that pulls real-time financial data from the IEX Cloud API (a REST API)
- Users register for an account using username and password, which they can then use to log in
- Allows user to buy, sell, and quote stocks using real time data from IEX Cloud
- Tables to view user transaction history and current portfolio
- Users can also add additional cash to their accounts using only valid credit cards
- Utilizes SQL database to store all user account and portfolio data
HTML, CSS, JavaScript, Python, Flask, and SQL