Is a sample rails app to explore autocomplete and search features with Bootstrap UI
Follow the guideline steps to run this app on your local machine:
git clone https://github.com/aruncsengr/name_directory.git
cd name_directory
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
rails s