Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 3.08 KB

README.md

File metadata and controls

75 lines (55 loc) · 3.08 KB

Beer Art Reviews

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.

Built With:

Production & Development

Testing

Usage

Navigate to https://beer-art-reviews.herokuapp.com/ in your browser

beer-art-reviews

Installation

  1. Go to our repo
  2. Click the Clone or download button, copy the Clone with HTTPS link (or copy this link: https://github.com/koscim/beer-art-reviews.git)
  3. Navigate to an install directory in your terminal and run:
$ git clone https://github.com/koscim/beer-art-reviews.git

Development

$ 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

TODO

  • Pagination on Index Page
  • Deeper Search Function
  • Create a better navigation system (tree view)

Contributing

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.

Contributors

License

Code for this app is available as open source under the terms of the MIT License.

Build Status Code Climate Coverage Status