-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
60 lines (60 loc) · 1.32 KB
/
server.json
File metadata and controls
60 lines (60 loc) · 1.32 KB
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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-05-08T14:50:35.604Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2024-05-08T14:30:35.604Z"
},
{
"id": 3,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2024-05-08T14:24:35.604Z"
},
{
"description": "Desenvolvimento de app",
"price": 10000,
"category": "Venda",
"type": "income",
"createdAt": "2024-05-08T17:59:58.544Z",
"id": 4
},
{
"description": "Pastel",
"price": 5,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-05-08T18:03:35.253Z",
"id": 5
},
{
"description": "Iorgute de banana",
"price": 4,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-05-08T18:13:46.082Z",
"id": 6
},
{
"description": "Banana",
"price": 10,
"category": "Compra",
"type": "outcome",
"createdAt": "2024-12-29T15:10:26.194Z",
"id": 7
}
]
}