forked from tinkerhub/stackup-teamplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb_info.json
38 lines (38 loc) · 1.08 KB
/
db_info.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
{
"dummy_values": {
"product": {
"products_id": "PR00001",
"product_grp_id": "PRGP001",
"product_name": "Valorant Premium Giftcard",
"original_price": 10,
"discount_price": 5,
"stock": 8,
"image": "dummy_image_url"
},
"admin_register": {
"admin_id": "ADMN001",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"password": ""
},
"customer_register": {
"customer_id": "CU00001",
"first_name": "Bob",
"last_name": "John",
"email": "[email protected]",
"password": " ",
"phone_number": 7559855218,
"country": "India",
"state": "kerala",
"district": "idukki",
"building_name": "kara house",
"pincode": 671543
},
"cart": {
"customer_id": "CU00001",
"product_id": "PR00001",
"quantity": "2"
}
}
}