knoll3 / Munchin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Munchin

Munchin is a Ruby on Rails application that allows people to find restaurants and leave reviews based on their experience. In addtion to the usage of Ruby on Rails, this app also demonstrates the usage of:

  • HTML/CSS
  • Bootstrap
  • Devise
  • Geocoder & Google Maps API
  • Automated Emails
  • Amazon s3 for image storage, CarrierWave, & FogAWS

Visit Munchin on Heroku.

Munchin was created as part of a remote coding bootcamp called The Firehose Project.

Getting Started

Clone the app and install the gem files

$ git clone git@github.com:knoll3/Munchin.git
$ cd Munchin/
$ bundle install

After this you should be good to go!

Deployment

To deploy this app into development

$ heroku create choose-app-name
$ git push heroku master

View app info

$ heroku apps:info

Open the app

$ heroku open

Versions

Munchin uses

  • Ruby 2.3.4
  • Rails 5.1.6

About


Languages

Language:Ruby 61.6%Language:HTML 29.2%Language:CSS 7.0%Language:JavaScript 1.3%Language:CoffeeScript 0.9%