raneem-yad / wissen

0 stars 1 forks source link

API Development for Course Filtering #11

Closed raneem-yad closed 1 month ago

raneem-yad commented 2 months ago

User Story

Metadata Description
Theme Courses
Epic Course Filtering
User Story API Development for Course Filtering

Description

As a backend developer, I want to implement an API endpoint that retrieves all courses belonging to a specific category, So that users can easily browse and access courses within their areas of interest.

Acceptance Criteria

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

Tasks