Project 3a for IT4320- jpkh22, Scrum Team 2
pip install -r requirements.txt --user
an API key from Alpha Vantage is required. Set your API key in app.api_key in app.py file
Docker: docker-compose up -d
Local Debug: app.py is the entry point of the flask application. Debug this file.