Skip to content

Search array of hashes loaded from file with ruby on rails for matching words. Return the hashes containing the keywords sorted in order of relevance.

Notifications You must be signed in to change notification settings

Obiora-Imah/text-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Things you may need to do before runing this app:

1  Navigate to the root folder of this application
2. Open the command prompt from there.
3. Run command "bundle install"
4. Run command "rails s" if step 2 was successful
5. Open browser and enter the address "http://localhost:3000"
6. Congratulations you made it!!!
7. Start searching

Test:
    Run command "rspec" on the root folder of the application

About

Search array of hashes loaded from file with ruby on rails for matching words. Return the hashes containing the keywords sorted in order of relevance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published