-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
119 lines (117 loc) · 2.1 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"user": [
{
"id": 1,
"firstname": "Temidire",
"lastname": "Adams",
"email": "adamstemii@gmail.com",
"address": "No 10B Prince Fadina Snago-Ota Ogun State",
"imgUrl": "",
"password": "temidire",
"Address": "No 10B Prince Fadina Snago-Ota Ogun State",
"imgUrl":""
},
{
"id": 2,
"firstname": "John",
"lastname": "Peter",
"email": "john@gmail.com",
"address": "No 20CB Sagbo-Ota Ogun State",
"imgUrl": "",
"password": "john"
},
{
"id": 3
},
{
"firstname": "adams",
"id": 4
},
{
"id": 5
},
{
"firstname": "Jide",
"lastname": "adams",
"email": "adamstemi@gmail.com",
"address": "ota square",
"imgUrl": "adwidid",
"password": "adams",
"id": 6
},
{
"id": 7
},
{
"id": 8
},
{
"id": 9,
"Address": "No 20CB Sagbo-Ota Ogun State",
"imgUrl":""
}
],
"skills": [
{
"id": 1,
"skill": "programming",
"rating": 3,
"userId": 1
},
{
"id": 2,
"skill": "Graphics Design",
"rating": 3,
"userId": 2
},
{
"userId": 1,
"id": 3,
"skill": "Web development",
"rating": 3
},
{
"skill": "Voice over",
"rating": 3,
"userId": 1,
"id": 4
}
],
"pastJobs": [
{
"id": 1,
"pastJob": "A calculator app for xyz Company",
"userId": 1
},
{
"id": 2,
"pastJob": "An app for klm Company",
"userId": 2
},
{
"id": 3,
"pastJob": "A Savings app for abc Company",
"userId": 2
}
],
"services": [
{
"id": 1,
"title": "Web mockups",
"description": "I create graphic contents for your web app",
"userId": 2
},
{
"id": 2,
"title": "Backend design",
"description": "I create Backend Logics for web app",
"userId": 2
},
{
"id": 3,
"title": "Painting",
"description": "I create real expression painting",
"userId": 1
}
]
}