raneem-yad / wissen

0 stars 1 forks source link

API Development for Course Filtering - tags #12

Closed raneem-yad closed 1 month ago

raneem-yad commented 2 months ago

User Story

Metadata Description
Theme Courses
Epic Course Filtering
User Story As a backend developer, I want to get all courses according to tags

Description

As a backend developer, I want to implement an API endpoint that retrieves all courses associated with specific tags, So that users can easily find courses related to their interests or topics of choice.

Acceptance Criteria

  1. The API should include an endpoint for retrieving courses based on specified tags.
  2. Users should be able to specify one or more tags for which they want to retrieve courses.
  3. The API should return a list of courses that are associated with the specified tags.
  4. Ensure that the API response includes relevant information about each course, such as title, description, instructor, duration, etc.

Tasks