-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
44 lines (44 loc) · 960 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": 9000,
"createdAt": "2022-09-05T12:44:05.095Z"
},
{
"id": 2,
"description": "Sushi",
"type": "outcome",
"category": "Alimentação",
"price": 89,
"createdAt": "2022-09-06T12:44:05.095Z"
},
{
"id": 3,
"description": "Passagens - São Paulo",
"type": "outcome",
"category": "Viagem",
"price": 1450,
"createdAt": "2022-09-26T12:24:05.095Z"
},
{
"description": "Pizzaria",
"price": 52,
"category": "Alimentação",
"type": "income",
"createdAt": "2022-09-08T15:36:35.714Z",
"id": 4
},
{
"description": "Hotel",
"price": 250,
"category": "Viagem",
"type": "outcome",
"createdAt": "2022-09-08T16:01:55.453Z",
"id": 5
}
]
}