dragonsbootcampllc / DragonsBootcampLMS

6 stars 0 forks source link

Get Complete Course Details #54

Closed ahmedradwan21 closed 2 months ago

ahmedradwan21 commented 2 months ago

Description:
Develop an endpoint to fetch all course details (name, description, instructor, etc.) for users to view before registering.

Expected Endpoints:

Updated Model:
Course

ahmedehab0 commented 2 months ago

what is the diffrence between this route and the getCourseByid route implemented with the course crud operation, I see that it is pretty much the same