jtperreault / gif_app

A Rails app for saving/tagging/searching gif and gifv URLs from around the interwebs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About This Application

This app was born from my personal struggle using Google to find specific reaction gifs. Really I just want to drop a couple keywords, tags even, into a search box and get the gif I was looking for.

I wrote this with Ruby 2.1.2 and PostgreSQL as the DB, you'll need them both. Previous versions of Ruby will likely work, though untested for now.

Installing/Running

Clone the repository to your machine and change into the directory.

git clone https://github.com/jtperreault/gif_app.git && cd gif_app

Install the required Ruby gems.

bundle install

Copy/Rename the application's config and edit with your credentials.

cp config/application.example.yml config/application.yml
vim config/application.yml

Create the Database

rake db:create

Load the DB schema

rake db:schema:load

Seed the Database. This will pull your information from application.yml, be sure you've edited it with your credentials!

rake db:seed

Start the development server

rails server

Visit localhost:3000 to ensure it's running.

Running the Test Suite

You can run the test suite on your local machine with this command

bundle exec rspec

About

A Rails app for saving/tagging/searching gif and gifv URLs from around the interwebs.


Languages

Language:Ruby 82.1%Language:SCSS 7.1%Language:HTML 6.0%Language:Slim 3.2%Language:JavaScript 1.1%Language:CoffeeScript 0.5%