-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
76 lines (76 loc) · 2.54 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
{
"employees": [
{
"id": 1,
"name": "João",
"job": "Back-end",
"admission_date": "2019-12-02T00:00:00.000Z",
"phone": "5551234567890",
"image": "https://img.favpng.com/25/7/23/computer-icons-user-profile-avatar-image-png-favpng-LFqDyLRhe3PBXM0sx2LufsGFU.jpg"
},
{
"id": 2,
"name": "Roberto",
"job": "Front-end",
"admission_date": "2020-03-12T00:00:00.000Z",
"phone": "5550321654789",
"image": "https://e7.pngegg.com/pngimages/550/997/png-clipart-user-icon-foreigners-avatar-child-face.png"
},
{
"id": 3,
"name": "Maria",
"job": "Front-end",
"admission_date": "2020-03-15T00:00:00.000Z",
"phone": "5557894561230",
"image": "https://www.clipartmax.com/png/middle/277-2772117_user-profile-avatar-woman-icon-avatar-png-profile-icon.png"
},
{
"id": 4,
"name": "Cleber",
"job": "Back-end",
"admission_date": "2020-06-01T00:00:00.000Z",
"phone": "5557410258963",
"image": "https://img.favpng.com/25/7/23/computer-icons-user-profile-avatar-image-png-favpng-LFqDyLRhe3PBXM0sx2LufsGFU.jpg"
},
{
"id": 5,
"name": "Giovana",
"job": "Designer",
"admission_date": "2020-06-20T00:00:00.000Z",
"phone": "5553698520147",
"image": "https://www.clipartmax.com/png/middle/277-2772117_user-profile-avatar-woman-icon-avatar-png-profile-icon.png"
},
{
"id": 6,
"name": "Mario",
"job": "Front-end",
"admission_date": "2020-10-01T00:00:00.000Z",
"phone": "5551234567890",
"image": "https://e7.pngegg.com/pngimages/550/997/png-clipart-user-icon-foreigners-avatar-child-face.png"
},
{
"id": 7,
"name": "Gabriel",
"job": "Back-end",
"admission_date": "2021-01-01T00:00:00.000Z",
"phone": "5551234567890",
"image": "https://img.favpng.com/25/7/23/computer-icons-user-profile-avatar-image-png-favpng-LFqDyLRhe3PBXM0sx2LufsGFU.jpg"
},
{
"id": 8,
"name": "Carla",
"job": "Back-end",
"admission_date": "2021-03-01T00:00:00.000Z",
"phone": "5551234567890",
"image": "https://www.clipartmax.com/png/middle/277-2772117_user-profile-avatar-woman-icon-avatar-png-profile-icon.png"
},
{
"id": 10,
"name": "Fernanda",
"job": "Front-end",
"admission_date": "2021-05-01T00:00:00.000Z",
"phone": "5551234567890",
"image": "https://www.clipartmax.com/png/middle/277-2772117_user-profile-avatar-woman-icon-avatar-png-profile-icon.png"
}
]
}