From 7d032a3ed28ca5128d82c9e19c624ec5376dc549 Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Thu, 24 Aug 2023 22:15:25 -0400 Subject: [PATCH] Changes to be committed: modified: client/data/db.json --- client/data/db.json | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/client/data/db.json b/client/data/db.json index 7e024ae..35070b2 100644 --- a/client/data/db.json +++ b/client/data/db.json @@ -7,7 +7,8 @@ "rating": 5, "brand": "RIBBON", "price": 98, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "2", @@ -16,7 +17,8 @@ "rating": 5, "brand": "EVOLIS", "price": 1750, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "3", @@ -25,7 +27,8 @@ "rating": 5, "brand": "EVOLIS", "price": 300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "4", @@ -34,7 +37,8 @@ "rating": 5, "brand": "FUJIFILM", "price": 3300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "5", @@ -43,7 +47,8 @@ "rating": 5, "brand": "RIBBON", "price": 98, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "6", @@ -52,7 +57,8 @@ "rating": 5, "brand": "EVOLIS", "price": 1750, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "7", @@ -61,7 +67,8 @@ "rating": 5, "brand": "EVOLIS", "price": 300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "8", @@ -70,7 +77,28 @@ "rating": 5, "brand": "FUJIFILM", "price": 3300, - "quatity": 1 + "quantity": 1, + "category": "" + }, + { + "id": "9", + "name": "FujiFilm Apeos 2560 Mono", + "image": "/products/product-4.avif", + "rating": 5, + "brand": "FUJIFILM", + "price": 3300, + "quantity": 1, + "category": "" + }, + { + "id": "10", + "name": "FujiFilm Apeos 2560 Mono", + "image": "/products/product-4.avif", + "rating": 5, + "brand": "FUJIFILM", + "price": 3300, + "quantity": 1, + "category": "" } ] }