garyravago / nomster

A Yelp clone that integrates with the Google Maps API and includes features like user comments, star ratings, image uploading, and user authentication.

Home Page:https://nomster-gary-ravago.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nomster

A Yelp clone that integrates with the Google Maps API and includes features like user comments, star ratings, image uploading, and user authentication.

This app is viewable here

Getting Started

Software requirements

  • Rails 5.0.0 or higher

  • Ruby 2.3.1 or higher

  • PostgreSQL 9.5.x or higher

Navigate to the Rails application

$ cd /nomster

Set configuration files

$ cp config/database.yml.template config/database.yml

Create the database

$ pgstart
$ rake db:create

Migrating and seeding the database

$ rake db:migrate
$ rake db:seed

Starting the local server

$ rails server

   or

$ rails s

Production Deployment

$ git push heroku master
$ heroku run rake db:migrate

Support

Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:

License

Splurty is released under the MIT license.

Copyright

copyright:: (c) Copyright 2017 Gary Ravago. All Rights Reserved.

About

A Yelp clone that integrates with the Google Maps API and includes features like user comments, star ratings, image uploading, and user authentication.

https://nomster-gary-ravago.herokuapp.com/


Languages

Language:Ruby 66.8%Language:HTML 24.3%Language:CSS 6.8%Language:JavaScript 1.3%Language:CoffeeScript 0.9%