This is a simple app for test Hotel Advisor
-
Download app
-
Enter bundle install in project directory
-
Enter rake db:create (check database.yml before) and rakedb:migrate
-
Enter rake db:seed (it will create 9 hotels)
-
Enter rails s and go to localhost:3000