This is a simple church reviews site
-
Has User generated reviews
-
Share info on churches in a specific city
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