[x] Have API routes that will allow the front end to get all info it needs and does not have unneeded routes:
probably doesn't need a GET likes api endpoint because that info comes through the post show
Comments
Suggestion: When a server is retrieved from the backend, will there be a way to also retrieve it's associated channels? OR when a user is retrieved from the backend, will there be a way to also retrieve its associated servers and channels? What implications does this have on the necessity of GET requests to servers and channels?
snake_case
GET likes
api endpoint because that info comes through the post showComments
GET
requests toservers
andchannels
?