-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
58 lines (58 loc) · 1.41 KB
/
db.json
File metadata and controls
58 lines (58 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
58
{
"cars":[
{
"id":"1",
"name": "Ferrari 812",
"price":2500,
"engine":"6.5L V12",
"power":789,
"transmision":"auto",
"photo_path":"Ferrari-812.jpg"
},
{
"id":"1",
"name": "Mercedes C63S AMG",
"price":2500,
"engine":"4.0L V8",
"power":585,
"transmision":"auto",
"photo_path":"C63s.jpeg"
},
{
"id":"1",
"name": "BMW 760e xDrive",
"price":2500,
"engine":"4.4L V8 + mHev",
"power":505,
"transmision":"auto",
"photo_path":"bmw-7.jpg"
},
{
"id":"1",
"name": "Porsche 911 Turbo S",
"price":2500,
"engine":"3.4 V8",
"power":615,
"transmision":"auto",
"photo_path":"911.jpg"
},
{
"id":"1",
"name": "Audi RS3",
"price":2500,
"engine":"6.5L V12",
"power":789,
"transmision":"auto",
"photo_path":"rs3.jpg"
},
{
"id":"1",
"name": "Mercedes G63 AMG",
"price":2500,
"engine":"6.5L V12",
"power":789,
"transmision":"auto",
"photo_path":"gelenda.jpg"
}
]
}