-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
122 lines (120 loc) · 4.23 KB
/
db.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"mainplans" :
[{
"id": 1,
"name": "De cañas por Diputación",
"price": 0,
"image": "https://img.freepik.com/vector-gratis/bar-interior-composicion-realista_1284-24320.jpg?size=626&ext=jpg",
"description": "Este es la descripción del plan chulo gratis",
"observation": "Es el mejor plan del fin de semana",
"idUser": 1,
"subcategories": [{
"id": 1,
"name": "subcategoria 1",
"categoryId": 1
},
{
"id": 2,
"name": "subcategoria 2",
"categoryId": 1
}
],
"startDate": "2020-05-01T10:00:00.782Z",
"endDate": "2020-05-01T12:00:00.782Z",
"address": {
"street": "Plaza Moyua",
"city" : "Bilbao",
"province": "Bizkaia"
},
"latitude": "43.259964",
"longitude": "-2.922628"
},
{
"id": 2,
"name": "plan de pago. Concierto en el Azkena",
"price": 15,
"image" : "https://los40es00.epimg.net/los40/imagenes/2017/07/20/andaya/1500545073_969475_1500545202_noticia_normal.jpg",
"description": "Hamlet. Presentación de su nuevo disco.",
"observation": "Es el mejor plan del fin de semana",
"idUser": 1,
"subcategories": [{
"id": 2,
"name": "subcategoria 2",
"categoryId": 2
},
{
"id": 3,
"name": "subcategoria 3",
"categoryId": 2
}
],
"startDate": "2020-05-01T10:00:00.782Z",
"endDate": "2020-05-01T12:00:00.782Z",
"address": {
"street": "Plaza Nueva",
"city" : "Bilbao",
"province": "Bizkaia"
},
"latitude": "43.259964",
"longitude": "-2.922628"
},
{
"id": 3,
"name": "Cine Francés",
"price": 10,
"image": "https://www.pinclipart.com/picdir/middle/43-436543_clap-clipart-film-cinma-france-png-download.png",
"description": "Amelie, en versión original con subtitulos",
"observations": "Minimo 10 personas, para que se haga el evento",
"idUser": 1,
"subcategories": [{
"id": 1,
"name": "subcategoria 1",
"categoryId": 3
},
{
"id": 2,
"name": "subcategoria 2",
"categoryId": 1
}
],
"startDate": "2020-05-01T10:00:00.782Z",
"endDate": "2020-05-01T12:00:00.782Z",
"address": {
"street": "Plaza Unamuno",
"city" : "Bilbao",
"province": "Bizkaia"
},
"latitude": "43.259964",
"longitude": "-2.922628"
},
{
"id": 4,
"name": "Mountain Bike",
"price": 0,
"image": "https://media.istockphoto.com/photos/mountain-biker-riding-on-bike-on-forest-dirt-trail-picture-id945042798?k=6&m=945042798&s=612x612&w=0&h=J4MO0BylAmDZRxkNb256Z34bRG6moQEQ5_tTiAvSe4Y=",
"description": "Recorrido por Kobetas",
"observations": "Máximo 5 personas",
"idUser": 1,
"subcategories": [{
"id": 1,
"name": "subcategoria 1",
"categoryId": 4
},
{
"id": 2,
"name": "subcategoria 2",
"categoryId": 4
}
],
"startDate": "2020-05-01T10:00:00.782Z",
"endDate": "2020-05-01T12:00:00.782Z",
"address": {
"street": "Plaza Unamuno",
"city" : "Bilbao",
"province": "Bizkaia"
},
"latitude": "43.259964",
"longitude": "-2.922628"
}
]
}