Not so Fast, Under the Hood of Apps in Flask
Details
We'll be going over the basics of Flask, not just getting it up and running, but looking at the code and understanding what's happening behind the scenes.
We'll get a site up that accepts csv's and stores them into a postgres database. We'll then deploy that to Heroku.
Installations necessary:
Postgres
Flask
Psycop
requests
gunicorn
Set up a heroku account
Set up a github account
````````````````
Check out Part I & II, III to see if this might be a useful workshop for you here:
