Suppose you want to build a web service/app to manage a PMS (property management system). It contains two resources: room, and guest. You can * add/remove/edit a room * add/remove/edit a guest * assign a guest to a room 1) Can you design and implement it in Ruby on Rails, as a web app? 2) Can you design and implement it in Ruby on Rails as web services? And please describe how you plan to use rspec to test it.
I do not know the difference between web app and web service. Can somebody tell me why?