diff --git a/product_db.json b/product_db.json new file mode 100644 index 0000000..e3c3acd --- /dev/null +++ b/product_db.json @@ -0,0 +1,26 @@ +[ + { + "name":"banan", + "type":"owoc", + "brand":"banpol", + "price":"21.37", + "quantity":"1 kg", + "quality":"premium" + }, + { + "name":"iPhone", + "type":"telefon", + "brand":"Ejpl", + "price":"420", + "quantity":"1 szt", + "quality":"premium" + }, + { + "name":"RedBull", + "type":"energol", + "brand":"RedBull", + "price":"0.69", + "quantity":"330ml", + "quality":"exquisite" + } +] \ No newline at end of file