added db.json and readme

This commit is contained in:
Aqeeb Imtiaz Harun
2018-08-08 10:41:31 +08:00
commit a0c86f1c05
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"users": [
{ "id": 1, "phone": "01234567891", "password": "123456789" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
}
+1
View File
@@ -0,0 +1 @@
# JSON Server for IZYIM