Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 416 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 416 Bytes

Beer Fridge

A bottle.py app to keep track of beers in your fridge

To Add

  • Editing of existing beer (currently can only delete)
  • Analysis/stats features
    • Totals over time
  • Login and authentication with personal fridge for each user
  • Ratings

Setup

  • Clone from Github
  • Install Bottle.py
  • run create_db.py to set up initial database
  • Run beer_fridge_app.py
  • Open 0.0.0.0:8080 from browser