commit a0c86f1c052c4f1b7f7b9140c30ae594a98c2fef Author: Aqeeb Imtiaz Harun Date: Wed Aug 8 10:41:31 2018 +0800 added db.json and readme 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