chrisj117 / CS-472-GROUP-2-PROJECT

Public repository for Group 2's CS 472 project
https://cs-472-group-2-project.vercel.app
MIT License
2 stars 2 forks source link

Create an endpoint link to retrieve reviews for specified course #144

Open angadb27 opened 11 months ago

angadb27 commented 11 months ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Endpoint Structure: GET {base_url}/reviews/{school_short_name}/{course_subject_catalog}

Parameters:

  1. school_short_name: Short name identifier for the school.
  2. course_subject_catalog: Concatenation of the course subject and catalog number. Expected Response: A list of reviews relevant to the specified course.