-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
52 lines (52 loc) · 1.1 KB
/
server.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
{
"transactions": [
{
"id": 1,
"description": "Website development",
"type": "income",
"category": "Sales",
"value": 12000,
"createdAt": "2022-10-13T09:39:38.978Z"
},
{
"id": 2,
"description": "Tacos",
"type": "outcome",
"category": "Food",
"value": 39,
"createdAt": "2022-10-13T09:30:38.978Z"
},
{
"id": 3,
"description": "Online Course",
"type": "outcome",
"category": "Education",
"value": 2180,
"createdAt": "2022-10-13T09:25:38.978Z"
},
{
"description": "Mobile app development",
"value": 10000,
"category": "Sales",
"type": "income",
"createdAt": "2022-10-13T15:41:53.073Z",
"id": 4
},
{
"description": "Banana Pancake",
"value": 10,
"category": "Food",
"type": "outcome",
"createdAt": "2022-10-13T16:08:36.310Z",
"id": 5
},
{
"description": "Beer",
"value": 15,
"category": "Food",
"type": "outcome",
"createdAt": "2022-10-13T16:09:03.119Z",
"id": 6
}
]
}