forked from gridu/grudu-react-course-final-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
87 lines (87 loc) · 1.9 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"tweets": [
{
"id": "1",
"author_id": "johnsmith",
"text": "What are the pros of object-oriented programming?<br><br>Please, explain as if I'm 5."
},
{
"id": "2",
"author_id": "carlanotarobot",
"text": "Why use a debugger when you can fill your code with hundreds of <code>print()</code> statements?"
},
{
"id": "3",
"author_id": "ameliawarner",
"text": "Describe your relationship with JavaScript with one word."
},
{
"author_id": "Userr",
"text": "<strong>STRONG</strong>\n\n",
"id": "24m8i5V"
},
{
"author_id": "Userr",
"text": "8899",
"id": "2PnyWsm"
},
{
"author_id": "Wolter",
"text": "New tweet from <strong>Walter Hok</strong>",
"id": "p38wjR_"
},
{
"author_id": "Wolter",
"text": "Another simple <i>tweet</i>",
"id": "yPspq7k"
}
],
"users": [
{
"id": "johnsmith",
"name": "John Smith",
"email": "johnsmith@gmail.com"
},
{
"id": "carlanotarobot",
"name": "Carla Notarobot",
"email": "carlanotarobot@hotmail.com"
},
{
"id": "ameliawarner",
"name": "Amelia Warner",
"email": "ameliawarner@yahoo.com"
},
{
"email": "newuser@gmail.com",
"username": "Hola",
"password": "11223344",
"fullName": "Hola Hulito",
"id": "oN7WKUZ"
},
{
"email": "some@email.co",
"id": "Jungle",
"password": "11223344",
"fullName": "Jungle J"
},
{
"email": "uselessemail@ww.com",
"id": "Test",
"password": "12345678",
"fullName": "Test User"
},
{
"email": "use@uu.ff",
"id": "Userr",
"password": "12345678",
"fullName": "Userr R"
},
{
"email": "someemail@ll.oo",
"id": "Wolter",
"password": "12345678",
"fullName": "Wolter Hok"
}
]
}