From 79fe28b1d142b138ca72563eafa273a485665662 Mon Sep 17 00:00:00 2001 From: numex-admin Date: Thu, 10 Sep 2026 08:58:43 +0000 Subject: [PATCH] =?UTF-8?q?Numex=20yay=C4=B1n:=20data/products.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/products.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/products.json diff --git a/data/products.json b/data/products.json new file mode 100644 index 0000000..bf6e7a4 --- /dev/null +++ b/data/products.json @@ -0,0 +1,32 @@ +[ + { + "id": 1, + "name": "Laptop", + "categoryId": 1, + "unitPrice": 25000, + "stock": 13, + "minimumStock": 10, + "createdAt": "2026-08-19T02:41:30.339Z", + "updatedAt": "2026-08-19T02:41:46.851Z" + }, + { + "id": 2, + "name": "Kulakl�k", + "categoryId": 1, + "unitPrice": 1500, + "stock": 3, + "minimumStock": 8, + "createdAt": "2026-08-19T02:41:30.376Z", + "updatedAt": "2026-08-19T02:41:30.376Z" + }, + { + "id": 3, + "name": "Zeytinya��", + "categoryId": 2, + "unitPrice": 850, + "stock": 20, + "minimumStock": 15, + "createdAt": "2026-08-19T02:41:30.409Z", + "updatedAt": "2026-08-19T02:41:30.409Z" + } +] \ No newline at end of file