-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
44 lines (44 loc) · 959 Bytes
/
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
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento",
"type": "income",
"category": "venda",
"price": 10000,
"createdAt": "2022-12-09T17:29:35.744Z"
},
{
"id": 2,
"description": "Alimentacao",
"type": "outcome",
"category": "despesas",
"price": 200,
"createdAt": "2022-12-06T17:29:35.744Z"
},
{
"id": 3,
"description": "Mercado",
"type": "outcome",
"category": "despesas",
"price": 1300,
"createdAt": "2022-12-09T17:29:35.744Z"
},
{
"description": "Manutencao predial",
"price": 500,
"category": "manutencoes",
"type": "outcome",
"createdAt": "2022-12-10T15:40:01.800Z",
"id": 4
},
{
"description": "Venda App",
"price": 13000,
"category": "Receitas",
"type": "income",
"createdAt": "2022-12-10T16:09:26.342Z",
"id": 5
}
]
}