Beer Art Reviews is a site where the love of beer and art intersect. Upload your favorite beer art for the world to see and review. As a user, you can post reviews for the beer art as well as upvote or downvote others' reviews.
Navigate to https://beer-art-reviews.herokuapp.com/ in your browser
- Go to our repo
- Click the Clone or download button, copy the Clone with HTTPS link (or copy this link: https://github.com/koscim/beer-art-reviews.git)
- Navigate to an install directory in your terminal and run:
$ git clone https://github.com/koscim/beer-art-reviews.git
$ cd beer-art-reviews
$ bundle # install gems
$ npm install # install npm packages
$ rake db:setup # build the database and migrations
$ rails s # run the server
$ npm start # run the front-end
$ rake # run tests
- Pagination on Index Page
- Deeper Search Function
- Create a better navigation system (tree view)
Bug reports and pull requests are welcome on GitHub at https://github.com/koscim/beer-art-reviews. Use the fork-and-branch workflow to contribute.
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.
Code for this app is available as open source under the terms of the MIT License.