Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 303 Bytes

File metadata and controls

16 lines (9 loc) · 303 Bytes

This is a simple app for test Hotel Advisor

  1. Download app

  2. Enter bundle install in project directory

  3. Enter rake db:create (check database.yml before) and rakedb:migrate

  4. Enter rake db:seed (it will create 9 hotels)

  5. Enter rails s and go to localhost:3000