-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
52 lines (52 loc) · 1.07 KB
/
db.json
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
48
49
50
51
52
{
"events": [
{
"title": "React Training",
"description": "4 days training",
"kind": "SeveralDays",
"startDate": "2019-12-23",
"endDate": "2019-12-26",
"type": "event",
"isApproved": true,
"created_by": "1577196407012"
}
],
"users": [
{
"id": "1577196407012",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]",
"password": "12345678",
"type": "admin",
"supervisor": 0
},
{
"id": "157719640702",
"firstname": "John",
"lastname": "Cena",
"email": "[email protected]",
"password": "12345678",
"type": "admin",
"supervisor": 1
},
{
"id": "15776407012",
"firstname": "John",
"lastname": "Don",
"email": "[email protected]",
"password": "12345678",
"type": "admin",
"supervisor": 1
},
{
"id": "15771964012",
"firstname": "John",
"lastname": "Wa",
"email": "[email protected]",
"password": "12345678",
"type": "admin",
"supervisor": 0
}
]
}