-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
84 lines (84 loc) · 1.83 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2022-12-02T01:38:44.660Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2022-12-02T01:30:44.660Z"
},
{
"id": 3,
"description": "Ignite",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2022-12-02T01:20:44.660Z"
},
{
"category": "Alimentação",
"description": "Almoço",
"price": 24,
"type": "outcome",
"createdAt": "2022-12-05T16:23:10.383Z",
"id": 4
},
{
"category": "Casa",
"description": "Aluguel do apartamento",
"price": 1200,
"type": "outcome",
"createdAt": "2022-12-05T18:58:49.464Z",
"id": 5
},
{
"category": "Venda",
"description": "Computador",
"price": 5400,
"type": "income",
"createdAt": "2022-12-05T18:59:04.163Z",
"id": 6
},
{
"category": "Casa",
"description": "teste",
"price": 24,
"type": "outcome",
"createdAt": "2022-12-06T02:59:54.162Z",
"id": 7
},
{
"category": "Investimentos",
"description": "Dividendos",
"price": 150,
"type": "income",
"createdAt": "2022-12-06T17:12:25.444Z",
"id": 8
},
{
"category": "Impostos",
"description": "IPTU",
"price": 350,
"type": "outcome",
"createdAt": "2022-12-06T17:12:53.902Z",
"id": 9
},
{
"category": "Padaria",
"description": "Comprar pão",
"price": 17,
"type": "outcome",
"createdAt": "2022-12-20T16:20:26.220Z",
"id": 10
}
]
}