Skip to content

Instantly share code, notes, and snippets.

@agrgic16
Last active May 17, 2019 18: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 agrgic16/1920e54e5821f515be12e3bca1326883 to your computer and use it in GitHub Desktop.
Save agrgic16/1920e54e5821f515be12e3bca1326883 to your computer and use it in GitHub Desktop.
[BLOG] db.json sample for json-server blog post
{
"tasks": [
{
"name": "Learn VueJS",
"complete": true,
"id": 0
},
{
"name": "Implement JSON-Server in a VueJS app",
"complete": true,
"id": 1
},
{
"name": "Write a blog post",
"complete": true,
"id": 2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment