-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
52 lines (52 loc) · 1.15 KB
/
server.json
File metadata and controls
52 lines (52 loc) · 1.15 KB
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
45
46
47
48
49
50
51
52
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-01-08T18:35:26.287Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 60,
"createdAt": "2024-01-08T18:03:26.287Z"
},
{
"id": 3,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2024-01-08T19:24:26.287Z"
},
{
"description": "Desenvolvimento de app",
"price": 10000,
"category": "Venda",
"type": "income",
"createdAt": "2024-01-15T19:05:06.917Z",
"id": 4
},
{
"description": "Pastel",
"price": 5,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-01-16T11:46:59.321Z",
"id": 5
},
{
"description": "Iogurte de Banana",
"price": 4,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-01-16T12:03:11.919Z",
"id": 6
}
]
}