hack4impact-uiuc / 7000-languages

Helping Indigenous communities around the world teach, learn and sustain their languages
GNU General Public License v3.0
12 stars 2 forks source link

Simple Search Courses Endpoint #278

Closed ashayp22 closed 1 year ago

ashayp22 commented 1 year ago

Goals

We want to build an endpoint that allows a user to join a course as a learner. The course data can be sorted in ascending alphabetical order based on the course name.

Steps

  1. Build an endpoint that returns all courses that a user can join based on a search value value. The endpoint should return all of the information about a course that is found in MongoDB, except the admin_id and approved fields.

Don't forget to:

Resources