-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
106 lines (106 loc) · 2.54 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"categorias": [
{
"id": 1,
"titulo": "Reviews de Animes",
"cor": "#6b5be2",
"descricao": "Reviews de animes preferidos",
"link_extra": {
"text": "Site para assistir animes",
"url": "https://www.crunchyroll.com/pt-br"
}
},
{
"titulo": "Foco no foco",
"descricao": "Musicas e práticas que ajudam a se concentrar",
"cor": "#da4949",
"id": 2
},
{
"titulo": "Front-End",
"descricao": "Videos relacionados a JavaScript",
"cor": "#58df68",
"id": 3
}
],
"videos": [
{
"id": 1,
"categoriaId": 1,
"titulo": "One piece",
"url": "https://www.youtube.com/watch?v=VxTXE_P65X8"
},
{
"id": 2,
"categoriaId": 1,
"titulo": "One punch man",
"url": "https://www.youtube.com/watch?v=vHCtypfSGZg"
},
{
"id": 3,
"categoriaId": 1,
"titulo": "Mushishi",
"url": "https://www.youtube.com/watch?v=5mfo_Niyas0"
},
{
"id": 4,
"categoriaId": 1,
"titulo": "Steins;Gate",
"url": "https://www.youtube.com/watch?v=zRbmJBrwLBQ"
},
{
"id": 5,
"categoriaId": 1,
"titulo": "Dr. Stone",
"url": "https://www.youtube.com/watch?v=zk0BmOpYZ2I"
},
{
"titulo": "Musica relaxante #1",
"url": "https://www.youtube.com/watch?v=EkbM5EfFyME",
"categoriaId": 2,
"id": 6
},
{
"titulo": "Musica relaxante #2",
"url": "https://www.youtube.com/watch?v=TJ0JmqpN9o4&list=LLQoamWUFIZwoiROGx6I16gg&index=15&t=0s",
"categoriaId": 2,
"id": 7
},
{
"titulo": "Técnica Pomodoro",
"url": "https://www.youtube.com/watch?v=v7Os1_Tex1A",
"categoriaId": 2,
"id": 8
},
{
"titulo": "TypeWriter",
"url": "https://www.youtube.com/watch?v=zx2axQoY_YM&t=106s",
"categoriaId": 3,
"id": 9
},
{
"titulo": "Validação de formulário",
"url": "https://www.youtube.com/watch?v=-nYNd6EuZHU&t=196s",
"categoriaId": 3,
"id": 10
},
{
"titulo": "10 projetos para treinar programação",
"url": "https://www.youtube.com/watch?v=fYR9L2ZmodM&t=66s",
"categoriaId": 3,
"id": 11
},
{
"titulo": "principios SOLID em API REST",
"url": "https://www.youtube.com/watch?v=vAV4Vy4jfkc&t=4s",
"categoriaId": 3,
"id": 12
},
{
"titulo": "6 dicas para ter mais foco",
"url": "https://www.youtube.com/watch?v=iYPwk_ORfkQ",
"categoriaId": 2,
"id": 13
}
]
}