-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathdb.json
File metadata and controls
57 lines (57 loc) · 1.6 KB
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
{
"users": [
{
"email": "kenzinho@mail.com",
"password": "$2a$10$YQiiz0ANVwIgpOjYXPxc0O9H2XeX3m8OoY1xk7OGgxTnOJnsZU7FO",
"name": "Kenzinho",
"age": 38,
"id": 1,
"createdAt": "2021-03-31T15:46:05.000Z",
"updatedAt": "2021-03-31T15:46:05.000Z",
"level": "Iniciante",
"photo": "https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png",
"bio": "Sou um cara legal",
"city": "São Paulo",
"state": "SP",
"country": "Brasil",
"phone": "11999999999",
"instagram": "kenzinho",
"facebook": "kenzinho",
"twitter": "kenzinho",
"youtube": "kenzinho",
"twitch": "kenzinho",
"linkedin": "kenzinho",
"website": "kenzinho.com",
"discord": "kenzinho#1234",
"teamspeak": "kenzinho",
"skype": "kenzinho",
"whatsapp": "11999999999"
}
],
"developers": [
{
"name": "Dev",
"id": 1,
"photo": "https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png",
"instagram": "kenzinho",
"linkedin": "kenzinho",
"github": "kenzinho"
}
],
"histories": [
{
"id": 1,
"createdAt": "2021-03-31T15:46:05.000Z",
"updatedAt": "2021-03-31T15:46:05.000Z",
"owner": 1,
"title": "História 1",
"description": "Descrição da história 1",
"photo": "https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png",
"content": "Conteúdo da história 1",
"views": 0,
"comments": [],
"members": [],
"stars": 0
}
]
}