-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
60 lines (60 loc) · 1.65 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
{
"events": [
{
"id": 1,
"title": "First Event ",
"description": "A short Description of the first event",
"category": "Hobby",
"eventDate": 421422421421
},
{
"id": 2,
"title": "Second Time",
"description": "We are here at the second event",
"category": "Chore",
"eventDate": 8080823123220
},
{
"id": 3,
"title": "Third ",
"description": "If only i had an AI that could generate these for me.",
"category": "Work",
"eventDate": 421422421421
},
{
"id": 4,
"title": "Quad",
"description": "Cycle, Or better known as a car.",
"category": "Hobby",
"eventDate": 8080823123220
},
{
"id": 5,
"title": "Cinco",
"description": "De mayo",
"category": "Family",
"eventDate": 8080823123220
},
{
"id": 6,
"title": "Hex",
"description": "not the devil machines again",
"category": "Financial",
"eventDate": 421422421421
},
{
"id": 7,
"title": "okay",
"description": "Help me chat gipitee",
"category": "Medical",
"eventDate": 8080823123220
}
],
"categories": [
{"category":"Work"},
{"category":"Hobby"},
{"category":"Family"},
{"category":"Medical"},
{"category":"Financial"},
{"category":"Chore"}]
}