Run this server with yarn start
.
Open Insomnia. In the top bar, put "http:localhost:3000/new-room". Set the dropdown to be POST. Set the body to be "JSON". Put JSON in the editor.
It should look like this when you're done:
Press "Send". Look at your console. Congrats, you've learned Express!