-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
60 lines (60 loc) · 1.27 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": "Website development",
"type": "income",
"category": "selling",
"price": 1500,
"createdAt": "2023-06-01T16:51:50.699Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "food",
"price": 100,
"createdAt": "2023-06-01T16:51:50.699Z"
},
{
"id": 3,
"description": "Home Leasing",
"type": "outcome",
"category": "leasing",
"price": 1000,
"createdAt": "2023-06-01T16:51:50.699Z"
},
{
"description": "Mercado",
"category": "Food",
"price": 100,
"type": "outcome",
"createdAt": "2023-06-01T22:50:44.038Z",
"id": 4
},
{
"description": "Gasolina",
"category": "Combustivel",
"price": 200,
"type": "outcome",
"createdAt": "2023-06-01T23:10:22.363Z",
"id": 5
},
{
"description": "odkdod",
"category": "djsidjsid",
"price": 23,
"type": "outcome",
"createdAt": "2023-06-02T17:19:41.647Z",
"id": 6
},
{
"description": "Pedro",
"category": "jdhdhd",
"price": 23,
"type": "income",
"createdAt": "2023-06-02T17:42:11.754Z",
"id": 7
}
]
}