-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.js
36 lines (36 loc) · 1.54 KB
/
products.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
const product =
[
{
_id: ObjectId("653fddc3818d2cee569604d2"),
name: 'Logitech G102',
description: 'Gaming Mouse with Customizable RGB Lighting, 6 Programmable Buttons, Gaming Grade Sensor, 8K DPI Tracking, 16.8mn Color, Light Weight - Black',
price: 1494,
category: 'Electronics',
manufacturer: 'Logitech G',
image: 'https://order-management-project.s3.ap-south-1.amazonaws.com/product-images/l7w37ugO_logitechMouse.jpg',
rating: [],
__v: 0
},
{
_id: ObjectId("653fdea346c5105d8cb3f200"),
name: 'MacBook Air - M1',
description: '13.3-inch/33.74 cm Retina Display, 8GB RAM, 256GB SSD Storage, Backlit Keyboard, FaceTime HD Camera, Touch ID, Silver',
price: 69990,
category: 'Electronics',
manufacturer: 'Apple',
image: 'https://order-management-project.s3.ap-south-1.amazonaws.com/product-images/wjpABOx8_macbookM1.jpg',
rating: [],
__v: 0
},
{
_id: ObjectId("653fe02023f604a11d2713a2"),
name: 'iPad Pro',
description: 'Apple 2022 11-inch iPad Pro (Wi-Fi + Cellular, 256GB) - Space Grey (4th Generation)',
price: 99999,
category: 'Electronics',
manufacturer: 'Apple',
image: 'https://order-management-project.s3.ap-south-1.amazonaws.com/product-images/h7o_CwHO_iPad.jpg',
rating: [],
__v: 0
}
]