Skip to content

Instantly share code, notes, and snippets.

@mstfymrtc
Created May 3, 2018 20:57
Show Gist options
  • Save mstfymrtc/e76eb47fa588f35dcd2ec7d083085535 to your computer and use it in GitHub Desktop.
Save mstfymrtc/e76eb47fa588f35dcd2ec7d083085535 to your computer and use it in GitHub Desktop.
db.json
{
"posts": [
{ "id": 1, "title": "title-one", "author": "mustafayumurtaci" },
{ "id": 2, "title": "title-two", "author": "mustafayumurtaci" },
{ "id": 3, "title": "title-three", "author": "mustafayumurtaci" },
{ "id": 4, "title": "title-four", "author": "mustafayumurtaci" }
],
"comments": [
{ "id": 1, "body": "comments here", "postId": 1 },
{ "id": 2, "body": "some other comments here", "postId": 4 }
],
"profile": [
{ "name": "mustafayumurtaci" },
{ "name": "yumurtacimustafa" },
{ "name": "myumurtaci" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment