forked from Elevationacademy/full-stack-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.json
32 lines (32 loc) · 783 Bytes
/
user.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
[
{
"_id":"0",
"email":"[email protected]",
"password":"123456",
"gender":"f",
"phoneNumber":"972547850348",
"name":"Sujood",
"location":"Arad",
"universityName":"Ben gurion"
},
{
"_id":"1",
"email":"[email protected]",
"password":"jf87j4",
"gender":"f",
"phoneNumber":"972546397517",
"name":"Nadeen",
"location":"Jerusalem",
"universityName":"Harvard"
},
{
"_id":"2",
"email":"[email protected]",
"password":"w4jf8e",
"gender":"f",
"phoneNumber":"972526457991",
"name":"Noor",
"location":"Rahat",
"universityName":"Sami shamoon"
}
]