summaryrefslogtreecommitdiff
path: root/react/08-auth-with-context/dev/db.json
blob: 2ca4f6ea5a9ca1db2f89946729406066ce9dc869 (plain)
1
2
3
4
5
6
7
8
9
{
  "posts": [
    { "id": "1", "title": "Getting Started with JSON Server", "author": "John Doe" },
    { "id": "2", "title": "Vue and React Prototyping", "author": "Jane Smith" }
  ],
  "comments": [
    { "id": "1", "text": "Great tool!", "postId": "1" }
  ]
}