-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
68 lines (68 loc) · 1.51 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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de Sistema",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-03-27T13:28:04.398Z"
},
{
"id": 2,
"description": "Hambúrguer",
"type": "outcome",
"category": "Alimentação",
"price": 35,
"createdAt": "2024-03-27T13:30:05.376Z"
},
{
"id": 3,
"description": "Ignite RocketSeat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2024-03-29T13:30:05.376Z"
},
{
"description": "Desenvolvimento de App",
"type": "income",
"category": "Venda",
"price": 10000,
"createdAt": "2024-03-27T19:27:02.261Z",
"id": 4
},
{
"description": "Paleta Mexicana",
"type": "outcome",
"category": "Comida",
"price": 99,
"createdAt": "2024-03-27T19:31:23.650Z",
"id": 5
},
{
"description": "Iogurte de Banana",
"type": "outcome",
"category": "Alimentaçao",
"price": 4,
"createdAt": "2024-03-27T19:42:33.477Z",
"id": 6
},
{
"description": "Teste",
"type": "income",
"category": "Venda",
"price": 66,
"createdAt": "2024-03-27T19:42:57.481Z",
"id": 7
},
{
"description": "Bateu o carro",
"type": "outcome",
"category": "Acidente",
"price": 15000,
"createdAt": "2024-03-27T19:43:59.425Z",
"id": 8
}
]
}