-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
31 lines (31 loc) · 803 Bytes
/
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
{
"profiles": [
{
"id": 1,
"avatarLink": "https://cdn.dribbble.com/users/10882/screenshots/4226553/fox.png",
"firstName": "Quentin",
"lastName": "Camboulives",
"startDateWork": "01/04/2018",
"cost": 750,
"nbProjects": 2
},
{
"id": 3,
"avatarLink": "https://cdn.dribbble.com/users/10882/screenshots/3834722/videoleap.png",
"firstName": "Michel",
"lastName": "Dupont",
"startDateWork": "12/02/1995",
"cost": 6500,
"nbProjects": 42
},
{
"avatarLink": "https://cdn.dribbble.com/users/395722/screenshots/2231638/dribbble.jpg",
"firstName": "Quelqu'un",
"lastName": "Personne",
"startDateWork": "01/02/1998",
"cost": "50",
"nbProjects": "1",
"id": 4
}
]
}