-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
68 lines (68 loc) · 1.52 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 site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2023-02-28T19:36:44.505Z"
},
{
"id": 2,
"description": "Hambúrguer",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2023-02-28T19:30:44.505Z"
},
{
"id": 3,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2023-03-01T19:24:44.505Z"
},
{
"description": "Desenvolvimento de app",
"price": 10000,
"category": "Venda",
"type": "income",
"createdAt": "2023-03-03T13:26:57.560Z",
"id": 4
},
{
"description": "Pastel",
"price": 5,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2023-03-03T13:30:57.560Z",
"id": 5
},
{
"description": "Iogurte de Banana",
"price": 4,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2023-03-03T13:38:57.560Z",
"id": 6
},
{
"description": "Raio",
"price": 100,
"category": "Lazer",
"type": "outcome",
"createdAt": "2023-03-03T20:10:38.082Z",
"id": 7
},
{
"description": "Desenvolvimento de App para Celular",
"price": 5000,
"category": "Trabalho",
"type": "income",
"createdAt": "2023-03-09T11:37:11.167Z",
"id": 8
}
]
}