-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
78 lines (78 loc) · 1.77 KB
/
Copy pathdb.json
File metadata and controls
78 lines (78 loc) · 1.77 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
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
{
"managers": [
{
"id": 1,
"email": "swapnil@gmail.com",
"firstName": "Swapnil",
"lastName": "Sapkal",
"password": "Pass@123",
"address": "Baramati",
"birthDate": "1997-08-22T18:30:00.000Z"
},
{
"id": 2,
"email": "rushikesh@gmail.com",
"firstName": "Rushikesh",
"lastName": "Pawar",
"password": "Pass@123",
"address": "Pune",
"birthDate": "1995-09-20T18:30:00.000Z"
}
],
"employees": [
{
"id": 1,
"firstName": "Swapnil",
"lastName": "Sapkal",
"address": "Pune,Maharashtra",
"birthDate": "1999-10-10T18:30:00.000Z",
"mobile": 9503298596,
"city": "pune"
},
{
"id": 2,
"firstName": "Aniket",
"lastName": "Sapkal",
"address": "Mumbai,Maharashtra",
"birthDate": "1995-05-05T18:30:00.000Z",
"mobile": 5567893452,
"city": "pune"
},
{
"id": 3,
"firstName": "Rushi",
"lastName": "Mane",
"address": "Nashik,Maharashtra",
"birthDate": "2021-08-01T18:30:00.000Z",
"mobile": 2353685458,
"city": "pune"
},
{
"id": 4,
"firstName": "Amit",
"lastName": "Kanse",
"address": "Nagpur,Maharashtra",
"birthDate": "1995-09-06T18:30:00.000Z",
"mobile": 8934567823,
"city": "pune"
},
{
"id": 5,
"firstName": "Shubham",
"lastName": "Rasal",
"address": "Nagar,Maharashtra",
"birthDate": "1998-10-10T18:30:00.000Z",
"mobile": 2357689045,
"city": "pune"
},
{
"id": 6,
"firstName": "Shubham",
"lastName": "Nagpure",
"address": "Nagar,Maharashtra",
"birthDate": "1997-07-12T18:30:00.000Z",
"mobile": 658565745,
"city": "pune"
}
]
}