Roughing out the demo app
This commit is contained in:
9
node_modules/json-server/db.json
generated
vendored
Normal file
9
node_modules/json-server/db.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"posts": [
|
||||
{ "id": 1, "title": "json-server", "author": "typicode" }
|
||||
],
|
||||
"comments": [
|
||||
{ "id": 1, "body": "some comment", "postId": 1 }
|
||||
],
|
||||
"profile": { "name": "typicode" }
|
||||
}
|
||||
Reference in New Issue
Block a user