-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
92 lines (92 loc) · 2.03 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
85
86
87
88
89
90
91
92
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-08-26T21:57:44.488Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 60,
"createdAt": "2024-08-26T19:02:44.488Z"
},
{
"id": 3,
"description": "Ignite RocketSeat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2024-06-26T19:02:44.488Z"
},
{
"id": 4,
"description": "Sorvete",
"type": "income",
"category": "Venda",
"price": 15,
"createdAt": "2024-05-26T19:02:44.488Z"
},
{
"id": 5,
"description": "Netflix",
"type": "outcome",
"category": "Diversão",
"price": 50,
"createdAt": "2024-05-27T19:02:44.488Z"
},
{
"description": "Desenvolvimento de app",
"price": 10000,
"category": "Venda",
"type": "income",
"createdAt": "2024-08-28T01:49:30.109Z",
"id": 6
},
{
"description": "Desenvolvimento de app 2",
"price": 12000,
"category": "venda",
"type": "income",
"createdAt": "2024-08-28T01:51:17.422Z",
"id": 7
},
{
"description": "pastel",
"price": 5,
"category": "comida",
"type": "outcome",
"createdAt": "2024-08-28T02:26:23.304Z",
"id": 8
},
{
"description": "Iogurte",
"price": 200,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2024-08-28T02:38:47.477Z",
"id": 9
},
{
"description": "Processador",
"price": 1200,
"category": "Peças",
"type": "outcome",
"createdAt": "2024-08-28T03:00:02.037Z",
"id": 10
},
{
"description": "Processador",
"price": 1200,
"category": "Peças",
"type": "income",
"createdAt": "2024-08-30T01:24:57.972Z",
"id": 11
}
]
}