Building on AWS
Install the requirements for the project by executing the command below in your AWS Cloud9 terminal.
sudo pip-3.6 install -r exercise-s3-upload/FlaskApp/requirements.txt
PHOTOS_BUCKET FLASK_SECRET :dog:
https://gist.github.com/hofmannsven/9164408
show databases; show tables; use Photos; describe photo; select * from photo;