This web app allows users to search for real-time stock data, buy and sell stocks as well as track historical transactions. Users can also add more "cash" into their account. Using IEX's API. 💡 Upcoming change: Set up database again, and adjust front-end, activate API for login, bug (invalid stock symbol)
- Website: https://stock-screener-ac.herokuapp.com/register
- Users have to create an account and login
- [Python]: Version 12.3
- [Flask]: Version 1.1.2
- [SQLite]
- 🔧 Hosting: Hosted by Heroku and kept awake by cron-job.org
To run the web application use these commands:
$ export FLASK_APP=application.py
$ flask run
