-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 926 Bytes
/
server.json
File metadata and controls
44 lines (44 loc) · 926 Bytes
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
{
"transactions": [
{
"id": 1,
"description": "Website development",
"type": "Income",
"category": "Sell",
"price": 14000,
"createdAt": "2022-09-04T17:37:36.088Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "Outcome",
"category": "Food",
"price": 50,
"createdAt": "2022-09-04T17:30:36.088Z"
},
{
"description": "Freelance",
"price": 100000,
"category": "Sell",
"type": "Income",
"createdAt": "2022-09-30T09:02:26.645Z",
"id": 3
},
{
"description": "Pastel",
"price": 10,
"category": "Food",
"type": "Outcome",
"createdAt": "2022-09-30T09:18:27.027Z",
"id": 4
},
{
"description": "Iogurte",
"price": 12,
"category": "Food",
"type": "Outcome",
"createdAt": "2022-09-30T09:28:47.293Z",
"id": 5
}
]
}