From 12eda9df6f74e0803abf3f1150f0c0717ab9d4f0 Mon Sep 17 00:00:00 2001 From: Korir Carlos Date: Wed, 23 Apr 2025 11:29:35 +0300 Subject: [PATCH] Update db.json --- db.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/db.json b/db.json index 7389028a..2df31216 100644 --- a/db.json +++ b/db.json @@ -1,9 +1,18 @@ { - "posts": [ - { "id": 1, "title": "json-server", "author": "typicode" } - ], - "comments": [ - { "id": 1, "body": "some comment", "postId": 1 } - ], - "profile": { "name": "typicode" } + "reviews": [ + { + "id": "2a1a", + "name": "carlos", + "rating": "5", + "comment": "the products are great and match every bit of my taste", + "date": "4/23/2025" + }, + { + "id": "717a", + "name": "mary", + "rating": "4", + "comment": "Shee's thrift offers quality services...I highly recommend them", + "date": "4/23/2025" + } + ] }