Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 448 Bytes

csv_directory

Instructions: Install

  1. Clone Repo and 'bundle install' in root directory
  2. Run program with 'ruby backupify_challenge.rb'
  3. Type 'a' to view all contacts
  4. Type 'q' to quit
  5. Type 'last name' to view all contacts with the given last name
  6. Run tests in spec directory with 'rspec .'
  7. To use another database copy file name in root directory and update path in the backupify_challenge.rb file