-
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
{
"todos": [
{
"id": "24c5937d-c10f-41fa-8bd7-7f9426cba3b2",
"title": "Make Salad",
"completed": true,
"createdAt": "13.12.2022 12:25:18",
"deadline": "30.12.2022 12:30:30"
},
{
"id": "d9c3ac7a-7bb4-40f6-aca8-041c68caaac4",
"title": "Eat Food",
"completed": false,
"createdAt": "13.12.2022 12:30:38",
"deadline": "30.12.2025 12:30:30"
},
{
"id": "bf1855a1-13e3-440e-9dde-3be78e0c06b4",
"title": "I will go shopping and buy something soon.",
"completed": false,
"createdAt": "13.12.2022 12:40:37",
"deadline": "30.12.2022 16:19:00"
},
{
"id": "e7db3f4c-d457-4364-bf82-386cd9fe8c5e",
"title": "Learn Java Spring Boot",
"completed": false,
"createdAt": "13.12.2022 12:42:46",
"deadline": "04.12.2022 12:30:30"
},
{
"id": "cc37e672-c5da-45f8-96e4-6fb3ec4053f5",
"title": "Learn Vue.js",
"completed": true,
"createdAt": "13.12.2022 12:42:56",
"deadline": "30.12.2022 12:30:30"
},
{
"id": "bc0c6443-7d6e-4ad6-a527-67c7035e3874",
"title": "Learn React.js",
"completed": true,
"createdAt": "13.12.2022 13:30:04",
"deadline": "30.12.2022 12:30:30"
},
{
"id": "b9271fe5-71f5-4edb-b23c-9892486d904e",
"title": "Zoom meeting",
"completed": false,
"createdAt": "30.12.2022 12:30:30",
"deadline": "30.12.2022 17:30:00"
},
{
"id": "ce2ac637-4b8d-4b65-9e41-caa2be006b36",
"title": "Clean the car",
"completed": false,
"createdAt": "30.12.2022 13:38:20",
"deadline": "24.12.2022 05:03:00"
}
]
}