$ npm i && npm start
$ curl "http://localhost:8080/songs"
$ curl "http://localhost:8080/comment" \
-H "content-type: application/json" \
--data-binary "{\"username\":\"jDoe\",\"song\":\"All we know\",\"comment\":\"Best song ever!\"}"
$ npm i && npm start
$ curl "http://localhost:8080/songs"
$ curl "http://localhost:8080/comment" \
-H "content-type: application/json" \
--data-binary "{\"username\":\"jDoe\",\"song\":\"All we know\",\"comment\":\"Best song ever!\"}"