-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 955 Bytes
/
server.json
File metadata and controls
44 lines (44 loc) · 955 Bytes
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 site",
"type": "income",
"category": "Venda",
"price": 10000,
"createdAt": "2022-12-27T20:07:38.092Z"
},
{
"id": 2,
"description": "Curso",
"type": "outcome",
"category": "Cursos",
"price": 1000,
"createdAt": "2022-12-27T19:07:38.092Z"
},
{
"id": 3,
"description": "Supermercado",
"type": "outcome",
"category": "Alimentação",
"price": 2500,
"createdAt": "2022-12-27T19:07:38.092Z"
},
{
"description": "Bônus",
"price": 500,
"category": "Outros",
"type": "income",
"createdAt": "2022-12-29T20:29:40.970Z",
"id": 4
},
{
"description": "Custos Imprevistos",
"price": 560,
"category": "Outros",
"type": "outcome",
"createdAt": "2022-12-29T20:35:32.009Z",
"id": 6
}
]
}