Files
react_cart_flow/db.json

81 lines
2.2 KiB
JSON

{
"users": [
{
"id": "1",
"displayName": "Nguyễn Phước",
"email": "admin@rikkei.com",
"password": "123",
"phoneNumber": "0123...",
"role": "ADMIN",
"status": "ACTIVE",
"userName": "admin",
"banReason": ""
},
{
"id": "1759281069504",
"userName": "admin2",
"password": "123",
"role": "USER",
"displayName": "Miêu Mèo",
"email": "phuocntb@mieusoft.com",
"phoneNumber": "906675349",
"status": "ACTIVE",
"banReason": ""
},
{
"id": "1759281453576",
"userName": "member",
"password": "123",
"role": "USER",
"displayName": "Người Dùng",
"email": "user@gmail.com",
"phoneNumber": "123456789",
"status": "ACTIVE",
"banReason": ""
}
],
"categories": [
{
"id": "aa",
"title": "danh mục 1",
"iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLx0GLJkUHO42P1w4qBVzajal81_-N7oP-6w&s",
"isActive": true
},
{
"id": "bb",
"title": "danh mục 2",
"iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLx0GLJkUHO42P1w4qBVzajal81_-N7oP-6w&s",
"isActive": false
},
{
"id": "cafa",
"title": "Danh mục 3",
"iconUrl": "https://res.cloudinary.com/dusw32tsq/image/upload/v1759887991/gtsjxafutf5nu140skar.png",
"isActive": true
},
{
"id": "20d1",
"title": "Điện Thoại",
"iconUrl": "https://res.cloudinary.com/dusw32tsq/image/upload/v1759888235/mehgtcrul6kmfp9oklko.png",
"isActive": true
},
{
"id": "545a",
"title": "Mèo",
"iconUrl": "https://res.cloudinary.com/dusw32tsq/image/upload/v1759888284/ewzw5idmjosvqzk4c2cn.png",
"isActive": true
},
{
"id": "37f1",
"title": "Mèo 12121",
"iconUrl": "https://res.cloudinary.com/dusw32tsq/image/upload/v1759888337/whofwib0nrquknf4v5b6.png",
"isActive": true
},
{
"id": "2d29",
"title": "Mèo 12121",
"iconUrl": "https://res.cloudinary.com/dusw32tsq/image/upload/v1759888364/oululvqiwuwpn8se3dww.png",
"isActive": true
}
]
}