-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
79 lines (79 loc) · 2.08 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
{
"employeeform": [
{
"firstName": "Surya",
"lastName": "Narayanan",
"companyEmail": "[email protected]",
"employeeCode": 53,
"dateOfJoining": "2021-03-03T18:30:00.000Z",
"employeeStatus": "Active",
"gender": "Male",
"freshness": "Experienced",
"salaryPackage": "1LPA-5LPA",
"skills": "HTML,CSS,JS",
"role": "FRONTEND DEV",
"mobile": "9952981375",
"id": 1
},
{
"firstName": "Ajay",
"lastName": "Vk",
"companyEmail": "[email protected]",
"employeeCode": 52,
"dateOfJoining": "2021-03-01T18:30:00.000Z",
"employeeStatus": "Active",
"gender": "Male",
"freshness": "Experienced",
"salaryPackage": "5LPA-10LPA",
"skills": "AWS,JENKINS,GIT",
"role": "DEVOPS",
"mobile": "9876543210",
"id": 2
},
{
"firstName": "Sanjay",
"lastName": "K",
"companyEmail": "[email protected]",
"employeeCode": 60,
"dateOfJoining": "2022-07-01T18:30:00.000Z",
"employeeStatus": "Active",
"gender": "Male",
"freshness": "Experienced",
"salaryPackage": "5LPA-10LPA",
"skills": "JAVA,NODEJS,PYTHON",
"role": "BACKEND DEV",
"mobile": "7845123690",
"id": 4
},
{
"firstName": "Anirudh",
"lastName": "B",
"companyEmail": "[email protected]",
"employeeCode": 10,
"dateOfJoining": "2019-02-01T18:30:00.000Z",
"employeeStatus": "Active",
"gender": "Male",
"freshness": "Experienced",
"salaryPackage": "10LPA and above",
"skills": "JAVA,NODEJS,PYTHON",
"role": "BACKEND DEV",
"mobile": "7894561230",
"id": 7
},
{
"firstName": "Prakash",
"lastName": "G",
"companyEmail": "[email protected]",
"employeeCode": 65,
"dateOfJoining": "2023-07-06T18:30:00.000Z",
"employeeStatus": "Active",
"gender": "Male",
"freshness": "Fresher",
"salaryPackage": "5LPA-10LPA",
"skills": "JAVA,NODEJS,PYTHON",
"role": "BACKEND DEV",
"mobile": "98625292266",
"id": 8
}
]
}