- Fetching Data with Requests
- Visualizing with D3
- Deploying with Dokku
Check out the blog post: https://realpython.com/blog/python/web-development-with-flask-fetching-data-with-requests/
To run:
- git clone this repo
- cd flask-stock-visualizer2
- Install required python modules
For python 2
pip install -r requirements.txt
For python 3
pip3 install -r requirements.txt
4.Start the server
flask run