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.
-
Ruby version: '2.6.6'
-
Rails version: '6.0.4'
-
Configuration
-
Database: postgres
rails db:create db:migrate db:seed
rails s