/findmydog

Find my dog

Primary LanguageJavaScript

README

Find my dog.

The intention of this application is to allow pet owners to report lost pets and help them to find them.

See a live demo at: http://findmydog.herokuapp.com

#### Ruby & Rails version

Ruby 2.0 and Rails 4.1

System dependencies

  • AngularJS
  • Google Maps API

Configuration

Database creation

rake db:create rake db:migrate

Database initialization

rake db:seed

How to run the test suite

rspec spec

Services (job queues, cache servers, search engines, etc.)

Deployment instructions

Deploy from a different branch (not recommended) git push heroku yourbranch:master

heroku run rake db:schema:load