-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
52 lines (52 loc) · 1.16 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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2022-07-29T19:36:44.505Z"
},
{
"id": 2,
"description": "ManosBurguers",
"type": "outcome",
"category": "Alimentação",
"price": 65,
"createdAt": "2022-07-29T20:30:44.505Z"
},
{
"id": 3,
"description": "MequiDonnalds",
"type": "outcome",
"category": "Alimentação",
"price": 100,
"createdAt": "2022-07-30T20:30:44.505Z"
},
{
"description": "Blusa dahora do transformers",
"category": "Roupa",
"price": 340,
"type": "outcome",
"createdAt": "2023-11-29T02:42:50.573Z",
"id": 4
},
{
"description": "RP no LOL",
"category": "Jogos",
"price": 35,
"type": "outcome",
"createdAt": "2023-11-29T03:12:18.434Z",
"id": 5
},
{
"description": "Desenvolvimento de Aplicativo",
"category": "Trabalho",
"price": 5000,
"type": "income",
"createdAt": "2023-11-30T04:21:23.054Z",
"id": 6
}
]
}