Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 472 Bytes

This is a simple church reviews site

  • Has User generated reviews

  • Share info on churches in a specific city

Setup

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