-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
41 lines (40 loc) · 1.06 KB
/
db.json
File metadata and controls
41 lines (40 loc) · 1.06 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
{
"departments": [
{
"id": 1,
"name": "Human Resource",
"code": "HR-120Z",
"HOD": "James Peter",
"contactEmail": "info@hrmanagermate",
"date_created": "2024-03-02",
"emmployees": [3]
},
{
"id": 2,
"name": "Finance",
"code": "FIN-120Z",
"HOD": "Eunice Thompson",
"contactEmail": "info@finmanagermate",
"date_created": "2024-01-02",
"emmployees": [3]
},
{
"id": 3,
"name": "IT",
"code": "IT-120Z",
"HOD": "Jackson Mwangi",
"contactEmail": "info@itmanagermate",
"date_created": "2023-12-02",
"emmployees": [3]
},
{
"id": 4,
"name": "Sales",
"code": "SL-120Z",
"HOD": "James Peter",
"contactEmail": "info@salesmanagermate",
"date_created": "2024-05-02",
"emmployees": [3]
}
]
}