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
- As a user I can register/sign in.
- As a user I can see a list of hotels.
- As a user I can add a hotel. Hotel has next attributes:
- title(required)
- star rating(required)
- breakfast included?(yes/no)
- room description
- photo
- price for room
- address(different object) country, state, city, street
- As a user on hotel details page I can rate a hotel from 1 to 5 with comment.
- On the landing page display top 5 hotels with the best rating.
git clone https://github.com/henb/hotel-advisor.git
cd hotel-advisor
bundle install- Register on http://cloudinary.com/
- Download cloudinary.yml
- Move in hotel-advisor/config