README

This web application has only one page. You can search videos by title and/or subject.

To implement the search, I used the pg_search gem which makes it easy to achieve an intelligent search.

video_search

System depedencies

Instructions to run it locally.

rails db:create db:migrate db:seed
rails s