Joerator is a Yelp clone written in Ruby on Rails 4.2 that focuses on Coffeeshops. Users can sign up, create coffeeshops, add reviews, search for their favorite shops, add menus, and find the best shops based on different ratings.
git clonethis filecdinto the root of the appbundle installto install gem dependencies- You may have to install imagemagick using
brew installorsudo-apt-get rake db:createto create dbrake db:migrateto build the tablesrake db:seedto seed the dbrails sto start the serverrspecto test both integration and libraries
- Language: Ruby
- Stack: Rails
- Database: postgresql
- ORM: ActiveRecord
- Middleware: Rack/Railties
- Testing: Rspec/Capybara/Shoulda-matchers/FactoryGirl/Poltergiest
- Server: Puma
- Other Dependencies: listed in Gemfile.lock
- Front-End: Bootstrap/jQuery
- Allow users the ability to delete their own reviews, or update coffeeshops that they added (possibly add email for the coffeeshop to apply to)
- add diff levels of authentication for owners / claim ownership of coffeeshop
- look up bulk upload for pictures / drag and drop
- Calculate total number of favorites / add that as a list to sort by
- Sort reviews by different categories / allow reviews to be tagged as cool, helpful, or stupid
- Fix map on coffeeshop page (only fails for some coffeeshops)
- Add style improvements:
- Fix favicon
Copyright (c) 2015 Tim Kellogg
This software is licensed under the MIT license.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.