-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
145 lines (145 loc) · 2.77 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"tools": [
{
"id": 1,
"title": "Notion",
"link": "https://notion.so",
"description": "All in one tool to organize teams and ideas. Write, plan, collaborate, and get organized. ",
"tags": [
"organization",
"planning",
"collaboration",
"writing",
"calendar"
]
},
{
"id": 2,
"title": "json-server",
"link": "https://github.com/typicode/json-server",
"description": "Fake REST API based on a json schema. Useful for mocking and creating APIs for front-end devs to consume in coding challenges.",
"tags": [
"api",
"json",
"schema",
"node",
"github",
"rest"
]
},
{
"id": 3,
"title": "fastify",
"link": "https://www.fastify.io/",
"description": "Extremely fast and simple, low-overhead web framework for NodeJS. Supports HTTP2.",
"tags": [
"web",
"framework",
"node",
"http2",
"https",
"localhost"
]
},
{
"title": "test-tool",
"description": "test-tool description wow",
"tags": [
"test",
"tool",
"wow",
"such"
],
"id": 5
},
{
"link": "https://github.com/",
"title": "Github",
"description": "Github is a site",
"tags": [
"git",
"test",
"github"
],
"id": 6
},
{
"link": "https://github.com/",
"title": "Github",
"description": "Github is a site",
"tags": [
"git",
"test",
"github"
],
"id": 7
},
{
"link": "https://gitlab.com/",
"title": "gitlab",
"description": "is a site",
"tags": [
"git",
"test2"
],
"id": 8
},
{
"link": "https://gitlab.com/",
"title": "gitlab",
"description": "is a site",
"tags": [
"git",
"test2"
],
"id": 9
},
{
"link": "ww.linkedin.com",
"title": "vttr",
"description": "is a social network",
"tags": [
"social",
"network"
],
"id": 10
},
{
"link": "google.com",
"title": "google",
"description": "is the google",
"tags": [
"google",
"search"
],
"id": 11
},
{
"link": "test",
"title": "teste",
"description": "teste",
"tags": [
"teste"
],
"id": 12
},
{
"link": "teste2",
"title": "teste2",
"description": "teste2",
"tags": [
"teste2"
],
"id": 13
},
{
"link": "teste3",
"title": "teste3",
"description": "teste3",
"tags": [
"teste3"
],
"id": 14
}
]
}