Initial commit

This commit is contained in:
Loi Phan
2024-01-13 21:04:48 +07:00
committed by GitHub
commit ddfb3342e2
9 changed files with 957 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"posts": [
{ "id": 1, "title": "json-server", "author": "typicode" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
}