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

Latest commit

 

History

History
21 lines (12 loc) · 458 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 458 Bytes

== README

#Chuych

This is a church reviews site

  • Has User generated reviews

  • Share info on churches in a specific city

  • etc...

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