Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 470 Bytes

NameDirectory

Is a sample rails app to explore autocomplete and search features with Bootstrap UI

Initial setup

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

Seed the data to explore the features

  bundle exec rake db:seed

Start the server

  rails s