Challenge:

index && Read

  1. Display all the Bros when you make a GET request to /bros

show && Read

  1. Display the 1 requested Bro when you have a GET request to /bros/:id

create && Create

  1. Create and render a new bro when POST request to /bros

update && Update

  1. Update an existing bro when PATCH or PUT request to /bros/:id

destroy && Delete

  1. Delete and existing bro when DELETE request /bros/:id