-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample_apps.json
More file actions
47 lines (47 loc) · 1.48 KB
/
sample_apps.json
File metadata and controls
47 lines (47 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": 21,
"apps": [
{
"id": "citrus_grove_retail_app",
"name": "Citrus Grove Retail",
"description": "Citrus Grove Retail",
"runtimeUrl": "https://citrus-shop.mendixcloud.com",
"backgroundImageName": "citrus_grove_retail_app"
},
{
"id": "banking_app",
"name": "Nova Personal Banking",
"description": "Showcases a Banking App created with Mendix",
"runtimeUrl": "https://personalbanking.mendixcloud.com",
"backgroundImageName": "banking_app"
},
{
"id": "new_garden_county_app",
"name": "New Garden County Inspection",
"description": "New Garden County Inspection",
"runtimeUrl": "https://inspection-portal.mendixcloud.com",
"backgroundImageName": "new_garden_county_app"
},
{
"id": "lato_bikes_app",
"name": "Lato Bikes",
"description": "Control your Lato Bike via your device",
"runtimeUrl": "https://customer.lato-bicycles.com",
"backgroundImageName": "lato_bikes_app"
},
{
"id": "shift_swap_app",
"name": "ShiftSwap",
"description": "Solves a common retail challenge with Mendix",
"runtimeUrl": "https://shiftswap.mendixcloud.com",
"backgroundImageName": "swift_swap_app"
},
{
"id": "atlas_ref_app",
"name": "Atlas 3 Reference App",
"description": "Showcases Atlas 3",
"runtimeUrl": "https://atlasdesignsystem.mendixcloud.com",
"backgroundImageName": "atlas_ref_app"
}
]
}