-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
44 lines (44 loc) · 992 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",
"price": 1400,
"category": "Venda",
"createdAt": "2024-02-02T13:34:41.094Z"
},
{
"description": "Sushisão da massa",
"price": 100,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-02-03T01:52:28.631Z",
"id": 3
},
{
"description": "Pizza Gigante de 6 Queijos",
"price": 89,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-02-05T23:53:38.355Z",
"id": 4
},
{
"description": "Jogo",
"price": 60,
"category": "Lazer",
"type": "outcome",
"createdAt": "2024-07-06T13:12:31.278Z",
"id": 5
},
{
"description": "Desenvolvimento de Site",
"price": 1500,
"category": "Trabalho",
"type": "income",
"createdAt": "2024-07-22T15:28:23.775Z",
"id": 6
}
]
}