-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
84 lines (84 loc) · 1.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"stucomplain": [
{
"stuid": 1,
"complain": "Cannot Login to the Portal",
"ans": "Please, call on +xx-xxx-xxx-xxxx for assistance.",
"id": "1"
},
{
"stuid": 2,
"complain": "having problem while solving dsa questions \n",
"ans": "its okay do leetcode practice and you will be good as me and others\n",
"id": "2"
},
{
"stuid": 3,
"complain": "Need help with the Assignment Submission",
"ans": "Drop mail to [email protected] with error message and attach your deliverables",
"id": "3"
},
{
"stuid": 4,
"complain": "test complaint",
"ans": "test case solved",
"id": "4"
},
{
"stuid": 5,
"complain": "hey there",
"ans": "fuck off\n",
"id": "5"
}
],
"students": [
{
"id": "1",
"name": "demo",
"email": "[email protected]",
"password": "demo"
},
{
"name": "demo1",
"email": "[email protected]",
"password": "demo1",
"id": "2"
},
{
"name": "mayank",
"email": "[email protected]",
"password": "mayank",
"id": "3"
},
{
"name": "test",
"email": "[email protected]",
"password": "test",
"id": "4"
},
{
"name": "demo1",
"email": "[email protected]",
"password": "demo1",
"id": "5"
},
{
"id": "f0cd",
"name": "weeb",
"email": "[email protected]",
"password": "weeb"
}
],
"adminuser": [
{
"id": "1",
"email": "[email protected]",
"password": "admin"
},
{
"id": "2",
"email": "[email protected]",
"password": "admin001"
}
]
}