== README
#Chuych
This is a church reviews site
-
Has User generated reviews
-
Share info on churches in a specific city
-
etc...
Copy the "config/application.example.yml" file and remove "example". Your application.yml should contain your sensitive credentials. It should be included in .gitnore as well.
To get started, clone this repo and run the following from your terminal:
$ bundle
$ rake db:create
$ rake db:migrate