39647-vm/backend/data/users.json
tornikegerantia 8f32ec7d16 Add an admin interface to edit product details for all boxes
Create a new admin page and backend endpoints to allow authorized users to modify product price, image, and description for the eight boxes.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 375ec6d3-d5af-4f82-ab81-5c60fd4a86a3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 534b4c21-8691-4e0a-ba0c-0091bb20606a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/147e665c-8c0d-48ec-b0ad-fdc89cd4460f/375ec6d3-d5af-4f82-ab81-5c60fd4a86a3/e238nM8
Replit-Helium-Checkpoint-Created: true
2026-04-15 00:27:21 +00:00

18 lines
484 B
JSON

[
{
"_id": "1775634815531",
"id": "1775634815531",
"firstName": "Tornike",
"lastName": "Gerantia",
"email": "tornikegerantia@gmail.com",
"password": "$2a$10$tOkl9NlxRK8dyT9M1iQm..IGo.64SeCAZL2IYSbrOLYn0RwRhpC0O",
"phone": null,
"address": {},
"role": "user",
"isActive": true,
"profileImage": null,
"lastLogin": "2026-04-15T00:22:28.632Z",
"createdAt": "2026-04-08T07:53:35.531Z",
"updatedAt": "2026-04-15T00:22:28.632Z"
}
]