Initial commit: LACA parking management system
This commit is contained in:
82
backend/prisma/dump/slot.json
Normal file
82
backend/prisma/dump/slot.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"lat": 21.00369935885945,
|
||||
"lng": 105.78221980819896,
|
||||
"address": "116 Miếu Đầm",
|
||||
"city": "Hà Nội",
|
||||
"district": "Nam Từ Liêm",
|
||||
"ward": "Mễ Trì",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 1",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
},
|
||||
{
|
||||
"lat": 21.028285188709756,
|
||||
"lng": 105.80518484452222,
|
||||
"address": "P. Kim Mã",
|
||||
"city": "Hà Nội",
|
||||
"district": "Đống Đa",
|
||||
"ward": "Láng Thượng",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 2",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
},
|
||||
{
|
||||
"lat": 21.032131562226848,
|
||||
"lng": 105.80935331171176,
|
||||
"address": "",
|
||||
"city": "Hà Nội",
|
||||
"district": "Ba Đình",
|
||||
"ward": "Ngọc Khánh",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 3",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
},
|
||||
{
|
||||
"lat": 21.041552080736658,
|
||||
"lng": 105.81240791131391,
|
||||
"address": "25 Ngh. 6/30 P. Đội Nhân",
|
||||
"city": "Hà Nội",
|
||||
"district": "Ba Đình",
|
||||
"ward": "Vĩnh Phú",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 4",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
},
|
||||
{
|
||||
"lat": 21.030215749159247,
|
||||
"lng": 105.79564506735449,
|
||||
"address": "116 Ng. 165 Đ. Cầu Giấy",
|
||||
"city": "Hà Nội",
|
||||
"district": "Cầu Giấy",
|
||||
"ward": " Dịch Vọng",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 5",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
},
|
||||
{
|
||||
"lat": 21.0187413220742,
|
||||
"lng": 105.82410499971033,
|
||||
"address": "36b P. Hoàng Cầu",
|
||||
"city": "Hà Nội",
|
||||
"district": "Đống Đa",
|
||||
"ward": "Chợ Dừa",
|
||||
"directions": {},
|
||||
"name": "Bãi Đỗ Xe 1",
|
||||
"tenantId": 1,
|
||||
"total": 5,
|
||||
"empty": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
13
backend/prisma/dump/tenant.json
Normal file
13
backend/prisma/dump/tenant.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"email": "danghoat.ptit@gmail.com",
|
||||
"username": "hoatdx",
|
||||
"password": "123456789",
|
||||
"password_confirmation": "",
|
||||
"first_name": "Hoat",
|
||||
"last_name" : "Dang",
|
||||
"phone": "0973465669"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user