testsett / auth_system.json
Aleksmorshen's picture
Upload auth_system.json with huggingface_hub
9a015f4 verified
raw
history blame
427 Bytes
{
"users": [
{
"id": 1,
"username": "test",
"token": "G7DBTgdm1bdV4"
}
],
"products": [
{
"id": 1,
"name": "test",
"description": "",
"purchase_price": 100.0,
"sale_price": 350.0,
"quantity_in_stock": 50403,
"user_id": 1
}
],
"cart": [],
"sales": []
}