-
Notifications
You must be signed in to change notification settings - Fork 1
/
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",
"type": "income",
"category": "Venda",
"price": 11000,
"createdAt": "2022-12-12T19:04:47.968Z"
},
{
"id": 2,
"description": "Hambúrguer",
"type": "outcome",
"category": "Alimentação",
"price": 45,
"createdAt": "2022-12-15T14:04:07.968Z"
},
{
"id": 3,
"description": "Ignite Rocketseat",
"type": "outcome",
"category": "Educação",
"price": 1750,
"createdAt": "2022-11-10T14:04:07.968Z"
},
{
"category": "Venda",
"description": "Desenvolvimento de APP",
"price": 10000,
"type": "income",
"createdAt": "2022-12-20T01:26:04.166Z",
"id": 4
},
{
"category": "Alimentação ",
"description": "Pastel",
"price": 5,
"type": "outcome",
"createdAt": "2022-12-20T01:31:12.110Z",
"id": 5
},
{
"category": "Alimentação",
"description": "Miojo Lamen",
"price": 3,
"type": "outcome",
"createdAt": "2022-12-20T01:45:06.400Z",
"id": 6
}
]
}