forked from 0plus1/CodingChallenge-React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
84 lines (84 loc) · 2.23 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
{
"books": [
{
"book_id": 1,
"name": "Becker West Arnoldo",
"isbn": "3181444340",
"published_at": "2000-01-01",
"author": "Mrs. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?82539"
},
{
"book_id": 2,
"name": "Schuster Champlinborough",
"isbn": "1441614311",
"published_at": "1991-07-29",
"author": "Prof. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?84662"
},
{
"book_id": 3,
"name": "Okuneva MarianoVille",
"isbn": "0779284704",
"published_at": "2017-06-30",
"author": "Prof. Jane Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?28970"
},
{
"book_id": 4,
"name": "Fahey LeonoraVille",
"isbn": "454120892X",
"published_at": "2001-02-18",
"author": "Mr. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?50593"
},
{
"book_id": 5,
"name": "Treutel MaiaVille",
"isbn": "1969101032",
"published_at": "1993-06-14",
"author": "Dr. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?70066"
},
{
"book_id": 6,
"name": "Hintz LeathaVille",
"isbn": "0989022390",
"published_at": "2007-11-12",
"author": "Dr. Jane Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?71816"
},
{
"book_id": 7,
"name": "Murazik LarueVille",
"isbn": "545435998X",
"published_at": "1999-02-23",
"author": "Mr. Jane Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?74134"
},
{
"book_id": 8,
"name": "Hoeger EarleneVille",
"isbn": "4807300024",
"published_at": "2016-02-10",
"author": "Prof. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?46382"
},
{
"book_id": 9,
"name": "Jacobs CoreneVille",
"isbn": "1673027822",
"published_at": "1996-08-20",
"author": "Prof. Jane Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?86302"
},
{
"book_id": 10,
"name": "Wunsch ThurmanVille",
"isbn": "4467121552",
"published_at": "2016-03-06",
"author": "Mr. John Doe",
"cover": "https:\/\/lorempixel.com\/640\/480\/?19788"
}
]
}