forked from SrRamos/vue-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
58 lines (58 loc) · 1.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
{
"events": [
{
"id": 4582797,
"user": {
"id": "abc123",
"name": "Jhon Due"
},
"category": "animal welfare",
"organizer": {
"id": "abc123",
"name": "Jhon Due"
},
"title": "Puppy Parade",
"description": "Yay pups!",
"location": "Puptown ",
"date": "2019-02-02T23:27:00.000Z",
"time": "1:00",
"attendees": []
},
{
"id": 2613117,
"user": {
"id": "abc123",
"name": "Jhon Due"
},
"category": "nature",
"organizer": {
"id": "abc123",
"name": "Jhon Due"
},
"title": "Expedition",
"description": "Expedition in the mountains",
"location": "Colombia",
"date": "2020-08-01T00:05:00.000Z",
"time": "10:00",
"attendees": []
},
{
"id": 2378654,
"user": {
"id": "abc123",
"name": "Jhon Due"
},
"category": "education",
"organizer": {
"id": "abc123",
"name": "Jhon Due"
},
"title": "Vue Meetup",
"description": "Introduction to Vue World",
"location": "Zoom",
"date": "2020-07-31T14:20:00.000Z",
"time": "14:00",
"attendees": []
}
]
}