-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
60 lines (60 loc) · 1.32 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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site em React",
"type": "income",
"category": "Venda",
"price": 1400,
"createdAt": "2022-08-18T18:04:08.231Z"
},
{
"id": 2,
"description": "Hamburger",
"type": "outcome",
"category": "Alimentação",
"price": 40,
"createdAt": "2022-08-19T18:04:08.231Z"
},
{
"id": 3,
"description": "Ignite Node Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 900,
"createdAt": "2022-08-20T18:04:08.231Z"
},
{
"description": "Roupa",
"category": "Básico",
"price": 50,
"type": "outcome",
"createdAt": "2022-08-29T14:01:30.587Z",
"id": 4
},
{
"description": "Site em Wordpress",
"category": "Trabalho",
"price": 2000,
"type": "income",
"createdAt": "2022-08-29T14:01:48.957Z",
"id": 5
},
{
"description": "Pastel",
"category": "Alimentação",
"price": 20,
"type": "outcome",
"createdAt": "2022-08-29T14:10:18.993Z",
"id": 6
},
{
"description": "Coxinha",
"category": "Alimentação",
"price": 2,
"type": "outcome",
"createdAt": "2022-08-29T14:10:48.686Z",
"id": 7
}
]
}