From a0c86f1c052c4f1b7f7b9140c30ae594a98c2fef Mon Sep 17 00:00:00 2001 From: Aqeeb Imtiaz Harun Date: Wed, 8 Aug 2018 10:41:31 +0800 Subject: [PATCH] added db.json and readme --- db.json | 9 +++++++++ readme.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 db.json create mode 100644 readme.md diff --git a/db.json b/db.json new file mode 100644 index 0000000..5ff45eb --- /dev/null +++ b/db.json @@ -0,0 +1,9 @@ +{ + "users": [ + { "id": 1, "phone": "01234567891", "password": "123456789" } + ], + "comments": [ + { "id": 1, "body": "some comment", "postId": 1 } + ], + "profile": { "name": "typicode" } + } \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ad25894 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +# JSON Server for IZYIM \ No newline at end of file