Brew 'n' Review is a Beer Journaling App. Users can "log in", add, read, edit, and delete their reviews, and view reviews by others. They can also filter for specific beers or breweries. In addition, there is a short description for each type of beer.
-
As a new user, I want to be able to create and account.
-
As an existing user, I want to be able to login.
-
Once logged in, I want to be able to write reviews of beers.
-
I want to be able to select beer style from existing list.
-
I want to be able to edit and remove reviews.
-
This is a Ruby app, which means you need to install Ruby for the backend. We used Ruby 2.6.1. Click here for instructions on installing Ruby.
-
Once Ruby is installed, you'll need to run
bundle installin the directory where you clone this repository to install all the dependencies we used. You may need to install Rails, too. -
You'll need to run
rails db:migrateto create the tables, followed byrails db:seedto create seed data. -
Run
rails s -p 3000to run the rails server on port 3000. -
Open index.html.