hernandanielzamora/Capstone-Back-End

[2 pts] Create Room and Branch Controllers

Closed this issue · 0 comments

Requirements

Remember that you must treat your rails as an API (localhost/rooms)

Rooms

  • Read all rooms AND/OR Read all rooms that are not reserved
  • Read all rooms of a given branch AND/OR Read all rooms of a given branch that are not reserved
  • Read details of a specific room
  • Create rooms
  • Delete rooms

Branches

  • Read all branches
  • Read details of a specific branch