Feature
Create endpoint to allow users filter the posts feed according to the user query (tags, post content, title, etc.)
Requirements
- There must be a get API endpoint that fits all the filtering criteria in the request url, i.e. no body
- The filtering must work on the relevant attributes of posts (tags, contain keyword, number of views, etc.)
- The API should allow for sorting (most views on top)
- The API should support pagination
Feature
Create endpoint to allow users filter the posts feed according to the user query (tags, post content, title, etc.)
Requirements