-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.js
375 lines (367 loc) · 15 KB
/
init.js
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
const mongoose = require('mongoose');
const dbUrl=process.env.ATLAS_LINK;
const MongoClient = require('mongodb').MongoClient;
const uri = process.env.ATLAS_LINK;
const client = new MongoClient(dbUrl, { useNewUrlParser: true, useUnifiedTopology: true });
client.connect(function(err, db) {
if (err) throw err;
const database = db.db('project');
const collection = database.collection('listings');
let sampleListings = [
{
title: "Cozy Beachfront Cottage",
description:
"Escape to this charming beachfront cottage for a relaxing getaway. Enjoy stunning ocean views and easy access to the beach.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1552733407-5d5c46c3bb3b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fHRyYXZlbHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1500,
location: "Malibu",
country: "United States",
},
{
title: "Modern Loft in Downtown",
description:
"Stay in the heart of the city in this stylish loft apartment. Perfect for urban explorers!",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1501785888041-af3ef285b470?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTh8fHRyYXZlbHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1200,
location: "New York City",
country: "United States",
},
{
title: "Mountain Retreat",
description:
"Unplug and unwind in this peaceful mountain cabin. Surrounded by nature, it's a perfect place to recharge.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8aG90ZWxzfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 1000,
location: "Aspen",
country: "United States",
},
{
title: "Historic Villa in Tuscany",
description:
"Experience the charm of Tuscany in this beautifully restored villa. Explore the rolling hills and vineyards.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8aG90ZWxzfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 2500,
location: "Florence",
country: "Italy",
},
{
title: "Secluded Treehouse Getaway",
description:
"Live among the treetops in this unique treehouse retreat. A true nature lover's paradise.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fGhvdGVsc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 800,
location: "Portland",
country: "United States",
},
{
title: "Beachfront Paradise",
description:
"Step out of your door onto the sandy beach. This beachfront condo offers the ultimate relaxation.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1571003123894-1f0594d2b5d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fGhvdGVsc3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 2000,
location: "Cancun",
country: "Mexico",
},
{
title: "Rustic Cabin by the Lake",
description:
"Spend your days fishing and kayaking on the serene lake. This cozy cabin is perfect for outdoor enthusiasts.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fG1vdW50YWlufGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 900,
location: "Lake Tahoe",
country: "United States",
},
{
title: "Luxury Penthouse with City Views",
description:
"Indulge in luxury living with panoramic city views from this stunning penthouse apartment.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1622396481328-9b1b78cdd9fd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8c2t5JTIwdmFjYXRpb258ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 3500,
location: "Los Angeles",
country: "United States",
},
{
title: "Ski-In/Ski-Out Chalet",
description:
"Hit the slopes right from your doorstep in this ski-in/ski-out chalet in the Swiss Alps.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1502784444187-359ac186c5bb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fHNreSUyMHZhY2F0aW9ufGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 3000,
location: "Verbier",
country: "Switzerland",
},
{
title: "Safari Lodge in the Serengeti",
description:
"Experience the thrill of the wild in a comfortable safari lodge. Witness the Great Migration up close.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1493246507139-91e8fad9978e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mjl8fG1vdW50YWlufGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 4000,
location: "Serengeti National Park",
country: "Tanzania",
},
{
title: "Historic Canal House",
description:
"Stay in a piece of history in this beautifully preserved canal house in Amsterdam's iconic district.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1504280390367-361c6d9f38f4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8Y2FtcGluZ3xlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1800,
location: "Amsterdam",
country: "Netherlands",
},
{
title: "Private Island Retreat",
description:
"Have an entire island to yourself for a truly exclusive and unforgettable vacation experience.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1618140052121-39fc6db33972?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8bG9kZ2V8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 10000,
location: "Fiji",
country: "Fiji",
},
{
title: "Charming Cottage in the Cotswolds",
description:
"Escape to the picturesque Cotswolds in this quaint and charming cottage with a thatched roof.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1602088113235-229c19758e9f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8YmVhY2glMjB2YWNhdGlvbnxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1200,
location: "Cotswolds",
country: "United Kingdom",
},
{
title: "Historic Brownstone in Boston",
description:
"Step back in time in this elegant historic brownstone located in the heart of Boston.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1533619239233-6280475a633a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fHNreSUyMHZhY2F0aW9ufGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 2200,
location: "Boston",
country: "United States",
},
{
title: "Beachfront Bungalow in Bali",
description:
"Relax on the sandy shores of Bali in this beautiful beachfront bungalow with a private pool.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1602391833977-358a52198938?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzJ8fGNhbXBpbmd8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1800,
location: "Bali",
country: "Indonesia",
},
{
title: "Mountain View Cabin in Banff",
description:
"Enjoy breathtaking mountain views from this cozy cabin in the Canadian Rockies.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1521401830884-6c03c1c87ebb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fGxvZGdlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 1500,
location: "Banff",
country: "Canada",
},
{
title: "Art Deco Apartment in Miami",
description:
"Step into the glamour of the 1920s in this stylish Art Deco apartment in South Beach.",
image: {
filename: "listingimage",
url: "https://plus.unsplash.com/premium_photo-1670963964797-942df1804579?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fGxvZGdlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 1600,
location: "Miami",
country: "United States",
},
{
title: "Tropical Villa in Phuket",
description:
"Escape to a tropical paradise in this luxurious villa with a private infinity pool in Phuket.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1470165301023-58dab8118cc9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTl8fGxvZGdlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 3000,
location: "Phuket",
country: "Thailand",
},
{
title: "Historic Castle in Scotland",
description:
"Live like royalty in this historic castle in the Scottish Highlands. Explore the rugged beauty of the area.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1585543805890-6051f7829f98?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTl8fGJlYWNoJTIwdmFjYXRpb258ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 4000,
location: "Scottish Highlands",
country: "United Kingdom",
},
{
title: "Desert Oasis in Dubai",
description:
"Experience luxury in the middle of the desert in this opulent oasis in Dubai with a private pool.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1518684079-3c830dcef090?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8ZHViYWl8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 5000,
location: "Dubai",
country: "United Arab Emirates",
},
{
title: "Rustic Log Cabin in Montana",
description:
"Unplug and unwind in this cozy log cabin surrounded by the natural beauty of Montana.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1586375300773-8384e3e4916f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTN8fGxvZGdlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 1100,
location: "Montana",
country: "United States",
},
{
title: "Beachfront Villa in Greece",
description:
"Enjoy the crystal-clear waters of the Mediterranean in this beautiful beachfront villa on a Greek island.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1602343168117-bb8ffe3e2e9f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8dmlsbGF8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 2500,
location: "Mykonos",
country: "Greece",
},
{
title: "Eco-Friendly Treehouse Retreat",
description:
"Stay in an eco-friendly treehouse nestled in the forest. It's the perfect escape for nature lovers.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1488462237308-ecaa28b729d7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OXx8c2t5JTIwdmFjYXRpb258ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 750,
location: "Costa Rica",
country: "Costa Rica",
},
{
title: "Historic Cottage in Charleston",
description:
"Experience the charm of historic Charleston in this beautifully restored cottage with a private garden.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1587381420270-3e1a5b9e6904?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGxvZGdlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 1600,
location: "Charleston",
country: "United States",
},
{
title: "Modern Apartment in Tokyo",
description:
"Explore the vibrant city of Tokyo from this modern and centrally located apartment.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1480796927426-f609979314bd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fHRva3lvfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60",
},
price: 2000,
location: "Tokyo",
country: "Japan",
},
{
title: "Lakefront Cabin in New Hampshire",
description:
"Spend your days by the lake in this cozy cabin in the scenic White Mountains of New Hampshire.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1578645510447-e20b4311e3ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDF8fGNhbXBpbmd8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1200,
location: "New Hampshire",
country: "United States",
},
{
title: "Luxury Villa in the Maldives",
description:
"Indulge in luxury in this overwater villa in the Maldives with stunning views of the Indian Ocean.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1439066615861-d1af74d74000?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8bGFrZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 6000,
location: "Maldives",
country: "Maldives",
},
{
title: "Ski Chalet in Aspen",
description:
"Hit the slopes in style with this luxurious ski chalet in the world-famous Aspen ski resort.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTh8fGxha2V8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60",
},
price: 4000,
location: "Aspen",
country: "United States",
},
{
title: "Secluded Beach House in Costa Rica",
description:
"Escape to a secluded beach house on the Pacific coast of Costa Rica. Surf, relax, and unwind.",
image: {
filename: "listingimage",
url: "https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YmVhY2glMjBob3VzZXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=800&q=60",
},
price: 1800,
location: "Costa Rica",
country: "Costa Rica",
},
];
const initDB =async () =>{
await collection.deleteMany({});
sampleListings=sampleListings.map((obj)=>({...obj,owner:"659fcd532bcded794ae949b9"}))
await collection.insertMany(sampleListings);
}
initDB();
client.close();
});