-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
100 lines (100 loc) · 2.24 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
93
94
95
96
97
98
99
100
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 15000,
"createdAt": "2023-01-13T23:54:46.529Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2023-01-13T23:58:46.529Z"
},
{
"id": 3,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2023-01-13T23:59:46.529Z"
},
{
"id": 4,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2023-01-13T23:59:46.529Z"
},
{
"description": "Salario",
"category": "Salario",
"price": 15000,
"type": "income",
"createdAt": "2023-01-28T18:29:03.923Z",
"id": 5
},
{
"description": "Comida",
"category": "Alimentação",
"price": 80,
"type": "outcome",
"createdAt": "2023-01-28T18:31:52.248Z",
"id": 7
},
{
"id": 8,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 15000,
"createdAt": "2023-01-13T23:54:46.529Z"
},
{
"id": 9,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2023-01-13T23:58:46.529Z"
},
{
"id": 10,
"description": "Otavio Lemos",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2023-01-13T23:59:46.529Z"
},
{
"id": 11,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1980,
"createdAt": "2023-01-13T23:59:46.529Z"
},
{
"description": "Salario",
"category": "Salario",
"price": 15000,
"type": "income",
"createdAt": "2023-01-28T18:29:03.923Z",
"id": 12
},
{
"description": "Comida",
"category": "Alimentação",
"price": 80,
"type": "outcome",
"createdAt": "2023-01-28T18:31:52.248Z",
"id": 13
}
]
}