-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
68 lines (68 loc) · 1.5 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": 1400,
"createdAt": "2022-12-14T16:30:46.903Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2022-12-14T16:32:46.903Z"
},
{
"description": "Desenvolvimento de app",
"price": 10000,
"category": "Venda",
"type": "income",
"createdAt": "2022-12-14T20:10:23.106Z",
"id": 3
},
{
"description": "Pastel",
"price": 5,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2022-12-14T20:14:52.140Z",
"id": 4
},
{
"description": "Compras do Mês",
"price": 854,
"category": "Alimentação",
"type": "outcome",
"createdAt": "2022-12-14T20:24:23.798Z",
"id": 5
},
{
"description": "Bootcamp Ignite",
"price": 1950,
"category": "Educação",
"type": "outcome",
"createdAt": "2022-12-19T12:21:19.744Z",
"id": 6
},
{
"description": "Aluguel",
"price": 1760,
"category": "Hospedagem",
"type": "outcome",
"createdAt": "2022-12-19T13:42:04.986Z",
"id": 7
},
{
"description": "Palestra",
"price": 4800,
"category": "Venda",
"type": "income",
"createdAt": "2022-12-19T13:42:49.766Z",
"id": 8
}
]
}