$ 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!\"}"| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ 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!\"}"