Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 491 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 491 Bytes

Shit Bruce Says

Bruce says some shit. This Python Flask app allows the world to contribute new quotes, storing them in AWS Dynamo DB.

Running

Auth to AWS on the CLI to access the DDB table.

export AWS_ACCESS_KEY_ID="<redacted>"
export AWS_SECRET_ACCESS_KEY="<redacted>"

Create a virtual env named virt

virtualenv virt
source virt/bin/activate

Install dependencies

pip install -r requirements.txt

Run the app

python app.py