|
| 1 | +// const { faker } = require('@faker-js/faker') |
| 2 | + |
| 3 | +// for (const _ of Array.from({ length: 10 })) { // eslint-disable-line no-unused-vars |
| 4 | +// const book = new Book({ |
| 5 | +// title: faker.random.words(2), |
| 6 | +// authors: faker.name.fullName(), |
| 7 | +// description: faker.random.words(10) |
| 8 | +// }) |
| 9 | +// bookRepository.add(book) |
| 10 | +// } |
| 11 | + |
| 12 | +const books = [ |
| 13 | + { |
| 14 | + id: 'ec528594-ce54-4b06-9979-73856da9a874', |
| 15 | + title: 'Volkswagen female', |
| 16 | + description: 'coolly Security North green Estate payment Response 24/365 East Reichert', |
| 17 | + authors: 'Jody Kunze', |
| 18 | + favorite: '', |
| 19 | + fileCover: '', |
| 20 | + fileName: '', |
| 21 | + fileBook: '' |
| 22 | + }, |
| 23 | + { |
| 24 | + id: '0254fd03-8cd4-413e-8c18-9c23e5fe301a', |
| 25 | + title: 'Metal Wagon', |
| 26 | + description: 'port digital associate Cruces below synthesize Rubber Expanded strategize Rand', |
| 27 | + authors: 'Jennifer Howell', |
| 28 | + favorite: '', |
| 29 | + fileCover: '', |
| 30 | + fileName: '', |
| 31 | + fileBook: '' |
| 32 | + }, |
| 33 | + { |
| 34 | + id: '48b81d38-a9b6-4752-83af-2a5e8d168d23', |
| 35 | + title: 'Usability middleware', |
| 36 | + description: 'perforate morph but Honda Market South Hybrid Northeast tired Coordinator', |
| 37 | + authors: 'Robin Lebsack', |
| 38 | + favorite: '', |
| 39 | + fileCover: '', |
| 40 | + fileName: '', |
| 41 | + fileBook: '' |
| 42 | + }, |
| 43 | + { |
| 44 | + id: '4a86319d-2bbc-4240-bc9d-4dbfa59ad362', |
| 45 | + title: 'Steel Francesco', |
| 46 | + description: 'compress exploit Frozen Connecticut Wooden Soap male Ball Chips bountiful', |
| 47 | + authors: 'Elaine Mills', |
| 48 | + favorite: '', |
| 49 | + fileCover: '', |
| 50 | + fileName: '', |
| 51 | + fileBook: '' |
| 52 | + }, |
| 53 | + { |
| 54 | + id: 'e0aee0e3-0d1f-4c6c-8ae6-a0cff37b77f0', |
| 55 | + title: 'Accountability yuck', |
| 56 | + description: 'carbonise Ruthenium yowza gasp program Southeast Southeast Cis Customer farad', |
| 57 | + authors: 'Philip Wiza', |
| 58 | + favorite: '', |
| 59 | + fileCover: '', |
| 60 | + fileName: '', |
| 61 | + fileBook: '' |
| 62 | + }, |
| 63 | + { |
| 64 | + id: '2f85b881-58b0-4be0-a78f-3a1975874dd7', |
| 65 | + title: 'whether Bigender', |
| 66 | + description: 'bold Mountain impactful haptic statistic supposing 24/7 AI Wooden health', |
| 67 | + authors: 'Michael Ruecker', |
| 68 | + favorite: '', |
| 69 | + fileCover: '', |
| 70 | + fileName: '', |
| 71 | + fileBook: '' |
| 72 | + }, |
| 73 | + { |
| 74 | + id: 'e1f7a140-d1fc-4c69-9c2a-7d6e37c01286', |
| 75 | + title: 'steradian over', |
| 76 | + description: 'indexing Soap in COM hacking South Web programming Chicken ultimately', |
| 77 | + authors: 'Irene Pacocha', |
| 78 | + favorite: '', |
| 79 | + fileCover: '', |
| 80 | + fileName: '', |
| 81 | + fileBook: '' |
| 82 | + }, |
| 83 | + { |
| 84 | + id: '07b25af0-01d2-472b-9267-5ca119dca46c', |
| 85 | + title: 'ipsum Shoes', |
| 86 | + description: 'Southeast Games Hybrid South Operative Osinski female tourism JBOD invoice', |
| 87 | + authors: 'Anthony Homenick', |
| 88 | + favorite: '', |
| 89 | + fileCover: '', |
| 90 | + fileName: '', |
| 91 | + fileBook: '' |
| 92 | + }, |
| 93 | + { |
| 94 | + id: '4cd98396-906b-4bde-b06a-404a2c95d2ba', |
| 95 | + title: 'roughly deposit', |
| 96 | + description: 'Coordinator um Steel Borders female duel schemas Transexual Ferrari Malawi', |
| 97 | + authors: 'Randy Boehm II', |
| 98 | + favorite: '', |
| 99 | + fileCover: '', |
| 100 | + fileName: '', |
| 101 | + fileBook: '' |
| 102 | + }, |
| 103 | + { |
| 104 | + id: '021d1c02-d526-4b8f-a25c-1404f1816b2b', |
| 105 | + title: 'Weimann programming', |
| 106 | + description: 'North female disprove meantime whoever Northwest Pound volt online harum', |
| 107 | + authors: 'Marjorie Jerde', |
| 108 | + favorite: '', |
| 109 | + fileCover: '', |
| 110 | + fileName: '', |
| 111 | + fileBook: '' |
| 112 | + } |
| 113 | +] |
| 114 | + |
| 115 | +module.exports = { |
| 116 | + books |
| 117 | +} |
0 commit comments