Nomster is a Yelp clone that integrates with the Google Map API and includes features like user comments, star ratings, image uploading, and user authentication.
First, run bundle install:
bundle install
Second, create a database:
rake db:create
rake db:migrate
Third, start your local host:
rails s