-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
44 lines (44 loc) · 984 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-02-06T14:16:19.563Z"
},
{
"id": "2",
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2024-02-06T14:10:19.563Z"
},
{
"id": "3",
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 2000,
"createdAt": "2024-02-06T14:08:19.563Z"
},
{
"id": "bd89",
"description": "Musculação",
"price": 80,
"category": "Saude",
"type": "outcome",
"createdAt": "2024-02-16T18:29:30.591Z"
},
{
"id": "9b7b",
"description": "Ração do Snow",
"price": 24,
"category": "Pet",
"type": "outcome",
"createdAt": "2024-02-16T18:55:31.471Z"
}
]
}