-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
84 lines (84 loc) · 2.15 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
{
"events": [
{
"id": 1,
"category": "programming",
"title": "meet.js KRK",
"description": "Great opportunity to meet other JS developers!",
"location": "Cracow",
"date": "December 13, 2022",
"time": "17:00",
"organizer": "Volunteers"
},
{
"id": 2,
"category": "food",
"title": "Community Gardening",
"description": "Join us as we tend to the community edible plants.",
"location": "Warsaw",
"date": "June 13, 2022",
"time": "10:00",
"organizer": "Ski"
},
{
"id": 3,
"category": "sustainability",
"title": "Beach Cleanup",
"description": "Help pick up trash along the shore.",
"location": "Gdańsk",
"date": "July 22, 2022",
"time": "11:00",
"organizer": "Carey Wales"
},
{
"id": 4,
"category": "bla bla bla bla",
"title": "bla bla bla bla",
"description": "bla bla bla bla",
"location": "bla bla bla bla",
"date": "2023",
"time": "00:00",
"organizer": "Galak Pizza"
},
{
"id": 5,
"category": "bla bla bla bla bla",
"title": "bla bla bla bla bla",
"description": "bla bla bla bla bla",
"location": "bla bla bla bla bla",
"date": "2023",
"time": "00:00",
"organizer": "Galak Pizza"
},
{
"id": "c59781b8-ceb7-487d-8079-b30875d12f83",
"category": "",
"title": "Learning Vuex",
"description": "Using Vuex when developing Event App",
"location": "Kraków",
"date": "06.01.2023",
"time": "21:49",
"organizer": "Kapitan Dupa"
},
{
"id": "d0a26d6a-afa9-47b5-a618-b0cffb134c61",
"category": "",
"title": "test",
"description": "add a new event to store.state.events",
"location": "xxx",
"date": "xxx",
"time": "0000",
"organizer": "Kapitan Dupa"
},
{
"id": "e2303937-56ba-4f6e-a1b6-c3ad58fdfd53",
"category": "",
"title": "test navigation",
"description": "navigate to the EventDetails",
"location": "",
"date": "",
"time": "",
"organizer": "Kapitan Dupa"
}
]
}