-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpharmacy_data.json
More file actions
47 lines (47 loc) · 1.09 KB
/
pharmacy_data.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"db": {
"users": [
{
"id": 1,
"username": "admin",
"password": "$2b$10$sOS8UL8ie0D1UR3D0VVc8uGBZkCLgLB4gVDYDLvXlSTPO1G5/hMe2",
"role": "Admin",
"email": "admin@pharmacy.com",
"created_at": "2025-11-30T03:12:39.037Z"
},
{
"id": 2,
"username": "aisha",
"password": "$2b$10$D6JTfexchdRSuZ8E4UVmQuyTRKsb3.w4gH2yDT3j1KB4EcyuhIrRO",
"role": "Staff",
"email": "abc@gmail.com",
"created_at": "2025-11-30T03:24:21.087Z"
},
{
"id": 3,
"username": "aisha",
"password": "$2b$10$z0Sj7EV1ObO30bvONlwwVusq2Oc7NgHoO3CQv9lOk57PQokaLlrsG",
"role": "Staff",
"email": "abc@gmail.com",
"created_at": "2025-11-30T03:26:58.979Z"
}
],
"medicines": [],
"stock": [],
"customers": [],
"suppliers": [],
"sales": [],
"invoices": [],
"purchases": []
},
"autoIncrementIds": {
"users": 4,
"medicines": 1,
"stock": 1,
"customers": 1,
"suppliers": 1,
"sales": 1,
"invoices": 1,
"purchases": 1
}
}