Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 453 Bytes

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