Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 399 Bytes

test

starting

$ npm i && npm start

querying songs by popular artists

$ curl "http://localhost:8080/songs"

inserting comments

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

db schema

schema/