db.js
1.42 KB
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
export const videos = [{
id: 324393,
title: "Video awesome",
description: "This is something I love",
views: 24,
videoFile: "https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
creator: {
id: 121212,
name: "Nicolas",
email: "nico@las.com",
},
},
{
id: 1212121,
title: "Video super",
description: "This is something I love",
views: 24,
videoFile: "https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
creator: {
id: 121212,
name: "Nicolas",
email: "nico@las.com",
},
},
{
id: 55555,
title: "Video nice",
description: "This is something I love",
views: 24,
videoFile: "https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
creator: {
id: 121212,
name: "Nicolas",
email: "nico@las.com",
},
},
{
id: 11111,
title: "Video perfect",
description: "This is something I love",
views: 24,
videoFile: "https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
creator: {
id: 121212,
name: "Nicolas",
email: "nico@las.com",
},
},
];