User Story
As a consumer of adult beverages, I want a better understanding of what I’m drinking, By knowing what a proper alcohol serving is.
As a value driven consumer of adult beverages, I want a better understanding of what each serving costs, And a better understanding of how that serving compares to other options
How to set up this app
-
$ gem install rails
-
$ rails new elixir-ed --database=postgresql --skip-turbolinks --skip-test-unit
-
$ cd elixir-ed
-
$ bundle exec rake db:create
-
$ gem install pry-rails
-
Edit Gemfile by adding
gem 'pry-rails', group: [:development, :test]
-
$ bundle exec rails server --binding=0.0.0.0