This commit is contained in:
Alain Vasquez Ramirez 2025-04-23 07:48:32 -06:00
parent f41a80beec
commit ee0c32ca49
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
[]

45
bd/swimartdb.users.json Normal file
View File

@ -0,0 +1,45 @@
[{
"_id": {
"$oid": "67f46c76d9ee5d7eec7ee52e"
},
"name": "Axel Vasquez",
"username": "axel_vsq",
"email": "axelalainv@gamil.com",
"passwordHash": "$2b$10$7QfdPwiPlBDZ1Hx/fCkwzejEymkk42FcUgVQcyTGc191NvmPwWg1a",
"role": "athlete",
"language": "es",
"createdAt": {
"$date": "2025-04-08T00:23:18.405Z"
},
"__v": 0
},
{
"_id": {
"$oid": "67f46e4584593af7e1f599fe"
},
"name": "Jorge Ortega",
"username": "koker04",
"email": "jorgeluisoz073@gmail.com",
"passwordHash": "$2b$10$m4U9BfXO5IS22lZ5zyaaUuSywvBNeUdNeabxcn11QBMsI/C8.xL3e",
"role": "coach",
"language": "es",
"createdAt": {
"$date": "2025-04-08T00:31:01.910Z"
},
"__v": 0
},
{
"_id": {
"$oid": "6808ec92e915f0ba60dd4cf4"
},
"name": "fernando escobar",
"username": "zs22016",
"email": "ferrobles2003@gmail.com",
"passwordHash": "$2b$10$kcqFxhXDAXojGGRhnfZn6OqbnN1MG6/wO4MTIhtixRZPrvF5BceV.",
"role": "coach",
"language": "fr",
"createdAt": {
"$date": "2025-04-23T13:35:14.797Z"
},
"__v": 0
}]