Skip to content

Commit

Permalink
Create db.json
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Mar 16, 2017
1 parent 98e75f4 commit f9d4a46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"posts": [
{ "id": 1, "title": "json-server", "author": "typicode" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
}

0 comments on commit f9d4a46

Please sign in to comment.