-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
44 lines (42 loc) · 1.15 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
{
"users": [
{
"id": 1,
"name": "Michael Rukamakama",
"password": "@202020",
"username": "Rukamakama",
"email": "[email protected]",
"address": {
"number": "KK 115",
"street": "Kicukiro",
"city": "Kigali",
"zipcode": "92998-3874",
"geo": {
"lat": "-1.9536",
"lng": "30.0606"
}
},
"phone": "002507855560635",
"website": "mukeke.com",
"company": {
"name": "Societe mukeke",
"catchPhrase": "goute le premier",
"bs": "digital solutions"
}
}
],
"posts": [
{
"userId": 1,
"id": 1,
"title": "MY VERY NEW POST",
"description": "quia et suscipit suscipit recusandae consequuntur expedita et cum reprehenderit molestiae ut ut quas totam nostrum rerum est autem sunt rem eveniet architecto de la murto"
},
{
"userId": 1,
"id": 2,
"title": "MY SECOND POST",
"description": "quia et suscipit suscipit recusandae consequuntur expedita et cum reprehenderit molestiae ut ut quas totam nostrum rerum est autem sunt rem eveniet architecto del murto"
}
]
}