Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 803 Bytes

File metadata and controls

23 lines (14 loc) · 803 Bytes

DEPRECATED

PersonalBeerTracker

Simple web-app for keeping track of beers you've had. You can create/update/delete beers, and look at all beers from a specific brewery.

Installation

Simply clone this repo and bundle install to get all the dependencies installed.

$ git clone https://github.com/reifnotreef/PersonalBeerTracker.git
$ cd PersonalBeerTracker
$ bundle install

Usage

Once cloned and you've run bundle install just shotgun the app:

$ shotgun

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/reifnotreef/PersonalBeerTracker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.