-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
52 lines (52 loc) · 1.14 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",
"price": 12000,
"type": "input",
"category": "Venda",
"createdAt": "2023-06-29T13:05:49.362Z"
},
{
"id": 2,
"description": "Hamburguer",
"price": 59,
"type": "output",
"category": "Alimentação",
"createdAt": "2023-06-29T13:08:49.362Z"
},
{
"id": 3,
"description": "Aluguel de apartamento",
"price": 1200,
"type": "output",
"category": "Casa",
"createdAt": "2023-06-29T14:05:49.362Z"
},
{
"id": 4,
"description": "Computador",
"price": 5400,
"type": "input",
"category": "Venda",
"createdAt": "2023-06-29T15:05:49.362Z"
},
{
"description": "desenvolvimento de app",
"category": "vendas",
"price": 1000,
"type": "input",
"createdAt": "2023-07-09T18:33:01.057Z",
"id": 5
},
{
"description": "compras do super mercado",
"category": "Compras",
"price": 300,
"type": "output",
"createdAt": "2023-07-09T18:43:09.381Z",
"id": 6
}
]
}