This application is a drinks app. It allows you to capture and categorize your favourite drinks.
- Beer, Beer SubTypes,
- Wine, Wine Color, Sparkling
- Cocktails
- etc..
- This project was built for python 2.7.x. It currently has some bugs with Python3 (Social Login)
- It uses the BulmaCSS framework and has a responsive view as well. See below.
- Clone this repo
- To setup DB: run
python database_setup.py - To populate DB with samlpe data (optional) run
python sample_data.py - To start the app, type:
python application.py - Navigate to
localhost:5000in your web browser.

