-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
80 lines (80 loc) · 1.38 KB
/
db.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"projects": [
{
"name": "E-commerce",
"budget": "39552",
"category": {
"id": "2",
"name": "Desenvolvimento"
},
"cost": 3244,
"services": [
{
"name": "teste",
"cost": "3244",
"description": "Testes",
"id": "bd975634-e42b-4919-96e8-f80cd8b23fd5"
}
],
"id": 3
},
{
"name": "Layout E-commerce",
"budget": "23412",
"category": {
"id": "3",
"name": "Design"
},
"cost": 0,
"services": [],
"id": 4
},
{
"category": {
"id": "4",
"name": "Planejamento"
},
"name": "Definição de metas",
"budget": "1200",
"cost": 864,
"services": [
{
"name": "E-commerce2",
"cost": "432",
"description": "Testes",
"id": "0b36be83-034f-4e80-8149-d196d3cc8a7d"
}
],
"id": 5
},
{
"name": "Servidores Nuvem",
"budget": "80000",
"category": {
"id": "1",
"name": "Infra"
},
"cost": 0,
"services": [],
"id": 6
}
],
"categories": [
{
"id": 1,
"name": "Infra"
},
{
"id": 2,
"name": "Desenvolvimento"
},
{
"id": 3,
"name": "Design"
},
{
"id": 4,
"name": "Planejamento"
}
]
}