-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
44 lines (44 loc) · 1015 Bytes
/
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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-04-01T21:20:44.217Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 60,
"createdAt": "2024-03-01T18:20:44.217Z"
},
{
"id": 2,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2024-04-01T18:20:44.217Z"
},
{
"type": "outcome",
"price": 2000,
"category": "Desenvolvimento",
"description": "Criação de um portal de finanças",
"createdAt": "2024-04-11T03:40:29.004Z",
"id": 3
},
{
"type": "outcome",
"price": 6,
"category": "Alimentação",
"description": "Iogurte de morango",
"createdAt": "2024-04-11T03:50:55.150Z",
"id": 4
}
]
}