Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/data/db.json
  • Loading branch information
Thith-thith committed Aug 25, 2023
1 parent 3de2849 commit 7d032a3
Showing 1 changed file with 36 additions and 8 deletions.
44 changes: 36 additions & 8 deletions client/data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"rating": 5,
"brand": "RIBBON",
"price": 98,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "2",
Expand All @@ -16,7 +17,8 @@
"rating": 5,
"brand": "EVOLIS",
"price": 1750,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "3",
Expand All @@ -25,7 +27,8 @@
"rating": 5,
"brand": "EVOLIS",
"price": 300,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "4",
Expand All @@ -34,7 +37,8 @@
"rating": 5,
"brand": "FUJIFILM",
"price": 3300,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "5",
Expand All @@ -43,7 +47,8 @@
"rating": 5,
"brand": "RIBBON",
"price": 98,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "6",
Expand All @@ -52,7 +57,8 @@
"rating": 5,
"brand": "EVOLIS",
"price": 1750,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "7",
Expand All @@ -61,7 +67,8 @@
"rating": 5,
"brand": "EVOLIS",
"price": 300,
"quatity": 1
"quantity": 1,
"category": ""
},
{
"id": "8",
Expand All @@ -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": ""
}
]
}

0 comments on commit 7d032a3

Please sign in to comment.