-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
52 lines (52 loc) · 786 Bytes
/
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
{
"projects": [
{
"id": "34e3",
"name": "Meu projeto",
"budget": "12000",
"category": {
"id": "5",
"name": "Front-end"
},
"cost": 0,
"services": []
},
{
"id": "d701",
"name": "projeto 2",
"budget": "1500",
"category": {
"id": "2",
"name": "Desenvolvimento"
},
"cost": 0,
"services": []
}
],
"categories": [
{
"id": "1",
"name": "Infra"
},
{
"id": "2",
"name": "Desenvolvimento"
},
{
"id": "3",
"name": "Design"
},
{
"id": "4",
"name": "Planejamento"
},
{
"id": "5",
"name": "Front-end"
},
{
"id": "6",
"name": "Back-end"
}
]
}