Alpha release
This commit is contained in:
parent
62681acd16
commit
eeda5062ae
14 changed files with 842 additions and 1 deletions
37
Server/json/availiable-products.json
Normal file
37
Server/json/availiable-products.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"products": {
|
||||
"Süsses": [
|
||||
{
|
||||
"name": "Haribos",
|
||||
"price": 4,
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"name": "Skittles",
|
||||
"price": 4,
|
||||
"quantity": 2
|
||||
}
|
||||
],
|
||||
"Getränke": [
|
||||
{
|
||||
"name": "IceTea",
|
||||
"price": 4,
|
||||
"quantity": 2
|
||||
},
|
||||
{
|
||||
"name": "Fanta",
|
||||
"price": 4,
|
||||
"quantity": 5
|
||||
}
|
||||
],
|
||||
"Öm": [
|
||||
{
|
||||
"name": "Molecule Man",
|
||||
"price": 10,
|
||||
"quantity": 5
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue