diff --git a/db.json b/db.json new file mode 100644 index 0000000..bb838bf --- /dev/null +++ b/db.json @@ -0,0 +1,33 @@ +{ + "products": [ + { + "id": "1", + "productName": "Laptop", + "categoryId": 1, + "unitPrice": 5000.99 + } + { + "id": "2", + "productName": "Mouse", + "categoryId": 2, + "unitPrice": 50.99 + } + { + "id": "3", + "productName": "Water", + "categoryId": 3, + "unitPrice": 0.99 + } + ], + "categories": [ + { + "id": "1", + "categoryName": "Computers" + }, + { + "id": "2", + "categoryName": "Beverages" + } + ] +} + \ No newline at end of file diff --git a/db.json~ b/db.json~ new file mode 100644 index 0000000..e69de29