Closed janithlahirukariyawasam closed 5 months ago
@janithlahirukariyawasam @anjula-sack Please assign this issue to me!
@janithlahirukariyawasam @anjula-sack Please assign this issue to me!
Go ahead @subhashree9898
@subhashree9898 Are you working on this?
Implemented with https://github.com/sef-global/scholarx-backend/pull/111
Description: This issue involves implementing an API to get all mentors. The endpoint should allow Admin to make a GET request to
{{baseUrl}}/api/admin/mentors/{{mentorId}}
.Tasks:
/controllers/mentor
endpoint in the backend (create the route mentor if not created).API documentation: https://documenter.getpostman.com/view/27421496/2s93m1a4ac#8744a3ee-970f-489a-853d-8b23fdee8de3
ER diagram: https://drive.google.com/file/d/11KMgdNu2mSAm0Ner8UsSPQpZJS8QNqYc/view
Acceptance Criteria:
/controllers/mentor
is implemented via a GET request.Additional Information: No
Related Dependencies or References: No