-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdbProfesor.json
37 lines (37 loc) · 997 Bytes
/
dbProfesor.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
{
"profesors": [
{
"firstName": "ahmed",
"lastName": "benguebila",
"age": 2,
"email": "benguebila_ahmed@yahoo.com",
"phone": "29785147",
"address": "8rue manouba wra kodem el razi ",
"picture": "https://bootdey.com/img/Content/avatar/avatar1.png",
"password": "aaaaaaaaaaaaa",
"id": 2
},
{
"firstName": "ahmed",
"lastName": "benguebila",
"age": 9,
"email": "benguebila_ahmed@yahoo.com",
"phone": "29785147",
"address": "8rue manouba f el jema3",
"picture": "https://bootdey.com/img/Content/avatar/avatar2.png",
"password": "1233333334",
"id": 4
},
{
"firstName": "testss",
"lastName": "tsssst",
"age": 11,
"phone": "29785147",
"address": "8rue manouba wra el jema3",
"picture": "https://bootdey.com/img/Content/avatar/avatar1.png",
"email": "benguebilaahmed@gmail.com",
"password": "eeeeeeee",
"id": 5
}
]
}