init push
This commit is contained in:
42
backend/data.json
Normal file
42
backend/data.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": 1,
|
||||
"username": "Duda",
|
||||
"password": "$2a$10$CZau8N7du7NSSn5Vvzb7dOma089slkoX.2rqjryod3AlZ2DOY9uAe",
|
||||
"is_admin": 1,
|
||||
"created_at": "2026-08-25 15:45:56"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"username": "admin",
|
||||
"password": "$2a$10$nEk2A5poqbBKGYHOeJ/Bkub1LqTohLeanHNhxHbXMtIRQ3.mb4jwS",
|
||||
"is_admin": 1,
|
||||
"created_at": "2026-08-25 18:18:57"
|
||||
}
|
||||
],
|
||||
"recipes": [],
|
||||
"invite_tokens": [
|
||||
{
|
||||
"id": 1,
|
||||
"token": "50015008cb92902ba41e716702b90467",
|
||||
"created_by": 1,
|
||||
"used_by": null,
|
||||
"created_at": "2026-08-25 15:50:10",
|
||||
"used_at": null
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"token": "1c781250ad364d850b6e9084d3fd3d9c",
|
||||
"created_by": 1,
|
||||
"used_by": 2,
|
||||
"created_at": "2026-08-25 16:02:44",
|
||||
"used_at": "2026-08-25 16:03:26"
|
||||
}
|
||||
],
|
||||
"_counters": {
|
||||
"users": 3,
|
||||
"recipes": 1,
|
||||
"invite_tokens": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user