In this video we add a controller endpoint to facilitate posting a new room object to our service and have it persist to our postgres data store.
We talk about RESTful best practices for posts, the correct HTTP status code for post requests, JSON, and use Postman to send requests to our service.
The work done in this video is on the "posting" branch of:
https://github.com/ThatCodingGuyHayes...