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

ruines/mongo-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published