Skip to content

search app base for demonstrating simple & full-text search with postgtres

Notifications You must be signed in to change notification settings

KyFaSt/search_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Search App

##Intent

This app is a simple jumping-off point for learning about simple search in ruby & more advanced search powered by Postgresql. Originally written for the Atlanta Ruby User Group intermediate ruby study group.

##Requirements

  • Ruby 2.1.0
  • Rails 4.1.1
  • Postgresql
    • OSX users with homebrew installed may brew install postgresql

##Setup

  1. Clone this repo
  2. Start the Postgres Server postgres -D /usr/local/pgsql/data Detailed instructions can be found here, OSX users may be interested in using Postgres.App
  3. Bundle Install to install gems & dependencies
  4. rake db:setup to create database, run migrations & seed database (if this step fails ensure you have postgres running)
  5. rails server to ensure everything is in proper working condition

##Branches

Because this app is intended for educational purposes, branches are maintained for feature steps of the process:

About

search app base for demonstrating simple & full-text search with postgtres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published