项目作者: alyeung

项目描述 :
AWS Developer: Building on AWS. My Building on AWS Class Exercises
高级语言: Python
项目地址: git://github.com/alyeung/OTP-AWSD1.git
创建时间: 2018-03-30T07:12:26Z
项目社区:https://github.com/alyeung/OTP-AWSD1

开源协议:

下载


OTP-AWSD1

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

set environment variables

PHOTOS_BUCKET
FLASK_SECRET
:dog:

Command line MySQL Tips

https://gist.github.com/hofmannsven/9164408

show databases;
show tables;
use Photos;
describe photo;
select * from photo;