Thanks to visit codestin.com
Credit goes to github.com

Skip to content

henb/hotel-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Advisor

This a prototype of the application, where users can add a hotels which they have visited and put а rating for them.

Lets start with this simple workflow

  1. As a user I can register/sign in.
  2. As a user I can see a list of hotels.
  3. As a user I can add a hotel. Hotel has next attributes:
  4. title(required)
  5. star rating(required)
  6. breakfast included?(yes/no)
  7. room description
  8. photo
  9. price for room
  10. address(different object) ­ country, state, city, street
  11. As a user on hotel details page I can rate a hotel from 1 to 5 with comment.
  12. On the landing page display top 5 hotels with the best rating.

Getting started

Clone repository
git clone https://github.com/henb/hotel-advisor.git
cd hotel-advisor
bundle install
Cloudinary (Rails & CarrierWave integration)
  1. Register on http://cloudinary.com/
  2. Download cloudinary.yml
  3. Move in hotel-advisor/config
Good Luck!

About

This a prototype of the application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published