This is a group project allowing mobile workers to add, rate, and review a cafe based on whether it is conducive to productivity. It's my second project developed during the Web Development Immersive course at General Assembly - London.
Team Member: Mathew Hawley
- Ruby 2.1.4
- Rails 4.2.0
- Psql 9.4.0
- Javascript
- jQuery
- Google Places API
Visit the Heroku App or clone the repo:
- Clone the project using the URL:
git@github.com:cddurbin/productive_coffee.git
- Run
rake db:create db:migrate db:seed
bundle install
rails s