Skip to content

Instantly share code, notes, and snippets.

@eduardotkoller
Created July 14, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduardotkoller/6ec295adc0bd0017bfb099503a3e1d22 to your computer and use it in GitHub Desktop.
Save eduardotkoller/6ec295adc0bd0017bfb099503a3e1d22 to your computer and use it in GitHub Desktop.
json-server db file
{
"posts": [
{ "id": 1, "title": "json-server", "author": "typicode" },
{ "id": 2, "title": "bossabox-mock", "author": "eduardo k." }
],
"comments": [
{ "id": 1, "body": "um comentário", "postId": 1 }
],
"profile": { "name": "eduardo k." }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment