Add tags fields & add findByTags getter
This commit is contained in:
@@ -5,27 +5,32 @@
|
||||
{
|
||||
"title": "dev.to",
|
||||
"desc": "Where programmers share ideas and help each other grow. It is an online community for sharing and discovering great ideas, having debates, and making friends.",
|
||||
"url": "https://www.dev.to"
|
||||
"url": "https://www.dev.to",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "CSS Tricks",
|
||||
"desc": "Daily webdev related articles, snippets and guides since 2007",
|
||||
"url": "https://css-tricks.com/"
|
||||
"url": "https://css-tricks.com/",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Smashing magazine",
|
||||
"desc": "Founded in September 2006 in Germany, Smashing Magazine delivers reliable, useful, but most importantly practical articles to web designers and developers. ",
|
||||
"url": "https://www.smashingmagazine.com/"
|
||||
"url": "https://www.smashingmagazine.com/",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Hackernews",
|
||||
"desc": "Hacker News is a social news website focusing on computer science and entrepreneurship.",
|
||||
"url": "https://news.ycombinator.com/"
|
||||
"url": "https://news.ycombinator.com/",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"title": "Producthunt",
|
||||
"desc": "Check popular new products out and get inspired, maybe even post yours?",
|
||||
"url": "https://www.producthunt.com/"
|
||||
"url": "https://www.producthunt.com/",
|
||||
"tags": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user