-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase.json
37 lines (37 loc) · 1.81 KB
/
database.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
{
"users": [
{
"id": 1,
"username": "cartapuce",
"displayName": "Cartapuce",
"bio": "I am cartapuce",
"avatar": "https://lh3.googleusercontent.com/oO6o8JyMpBoAtI2B8gUqxr3xkip-NYJr37vmKWqcDhsRVhB0OupvCHkC0rICBIJcqqS0Uq8O1HeWQbw9hWApK_gtEeD4IrG3XvYV1wRtI9XB6vwLbX8mwyFqS1JOnagVT1ofYHCsJBr6qkOGPebvJOcprG2FKzdK1M6fmPoA78hW8oXGGD0_OYm6aZUkbP-3p6KBpV5Cv3cjtPPx5fqdO3JdA_tqDbLaKnQ9sn7uduON6Os8RPy5LsDdWhB29DdVxMDxYbdAgCcwpaGjtGDEyiPSmHTmghnFRF76VcMULaXAml2kmSJhrK8z8qA3IEGSLbiFx11KNcA7YyU_5B9uQPmvmSkTddlX1mXJPOjf6xiy7jJ5CXzMD04xxuVgGVBpt-jl4p41GLU4SJ_3MipjTPNb95lwDSZDn2RxuK3ofhkE_3GYRvVodv_PSWsCrniULo4whPCltsfHaVH_VboboPnE1guzwqpG1Oo9g-d6Qkicei8LQMGwgDZOVoPg2JvcJ29_FMaqyGTNLLkW8G8GsPMiDn7sbEIcSnOlaJxeT6M0cGfN7nufC74EYYwtSZIN1HIr6vE9XDqgAivr2pB-12AXfagF7eOk-p94-SL1mwJAMPFNM4oqjlQh83RLXQ8rkBRcHaIqy7l0_liWOj2BxXLgb64P2mjBMrZT5CyeK_uWHT8KmdQ3Do1Dq_doPPFEbMu8eeGzyWtjymedpCl4AFZd=w1721-h1292-no"
}
],
"posts": [
{
"id": 1,
"userId": 1,
"description": "#cat #cute",
"image": "https://images.unsplash.com/photo-1551634979-2b11f8c946fe?ixlib=rb-1.2.1&auto=format&fit=crop&w=668&q=80"
},
{
"id": 2,
"userId": 1,
"description": "#cat #cute #croquettes",
"image": "https://images.unsplash.com/photo-1551649446-81ea0f822ba2?ixlib=rb-1.2.1&auto=format&fit=crop&w=668&q=80"
},
{
"id": 3,
"userId": 1,
"description": "#cat #cute",
"image": "https://images.unsplash.com/photo-1551709270-acfb7c3988b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1504&q=80"
},
{
"id": 4,
"userId": 1,
"description": "#cat #cute #croquettes",
"image": "https://images.unsplash.com/photo-1551652903-462a671c7170?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80"
}
]
}