# Design Document https://docs.google.com/document/d/1dn4NJq5_GdUTeeSMol5dy3YIDQe0WQsothA3Nh00T9M/edit # Dependency Installation $ brew install postgresql $ pip install Flask Flask-SQLAlchemy # Set up ## Set up PostgreSQL for the first time on the server $ brew services start ...