This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
61 lines (61 loc) · 1.79 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
{
"users": [
{
"email": "[email protected]",
"password": "$2a$10$YDXYCIy5Nao2j7FJDqR6xumyDZC7iFw1ag9ebJkC.MDm0dymizoEO",
"fullName": "Nazlı Kefirci",
"bio": "Ne içindeyim zamanın ne de büsbütün dışında...",
"id": 1
},
{
"email": "[email protected]",
"password": "$2a$10$zpMmCLyuypnFRLQruHlS0e59PFpaIFkoCJhGYR.E79jpeQhFTaHRi",
"fullName": "Kamil Gözüaçık",
"bio": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum ultricies porttitor. Nullam tempus, sapien ac porttitor dignissim, justo arcu tincidunt ex, a bibendum quam nisi sed metus. ",
"id": 2
},
{
"email": "[email protected]",
"password": "$2a$10$6148Ottim8FwXTmiEPHpruR.k8L7iu3d3yySOpohs4IT6dc.Zkhbm",
"fullName": "dasdas",
"bio": "test",
"id": 3
}
],
"contacts": [
{
"fullName": "Fatih Kalaycı",
"phoneNumber": "5355664125",
"address": [
{
"title": "İş",
"value": "IBRAHIM AGA MAH.DR.EYÜP AKSOY 45/1 KADIKÖY"
},
{
"title": "Ev",
"value": "Kirazlı Mah. Merkez Cad. No:71/B 34210 Bagcilar"
}
],
"userId": 1,
"photoUrl": "https://avatars.dicebear.com/api/bottts/fatih-kalayc.svg",
"id": 5
},
{
"fullName": "Haşim Açıkgöz",
"phoneNumber": "5494786211",
"address": [
{
"title": "İş",
"value": "Ikitelli Organize Sanayi BöLgesi Eskoop Sanayi Sitesi C-3 Blok No:100-102-104; Ikitelli/Küçükçekmece"
},
{
"title": "Ev",
"value": "TOPSELVİ MAH. TOPSELVİ CAD. NO:95 KARTAL"
}
],
"userId": 1,
"photoUrl": "https://avatars.dicebear.com/api/bottts/hasim-ackgoz.svg",
"id": 6
}
]
}