sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
10 stars 37 forks source link

Add mentor application endpoint #55

Closed Madhawa97 closed 1 year ago

Madhawa97 commented 1 year ago

Purpose

The purpose of this PR is to fix #7

Goals

This issue involves implementing the Mentor API endpoint. The endpoint should allow clients to make a POST request to {{baseUrl}}/api/mentors and provide mentor-related information in the request body. The provided data consists of an array of objects, each containing a question and its corresponding answer. The purpose is to capture details about mentors, such as their country, expertise, and mentoring strategy.

Approach

...

Checklist

Related PRs

## Test environment ## Learning
anjula-sack commented 1 year ago

@Madhawa97 Eslint is failing

Madhawa97 commented 1 year ago

Thank you! @anjula-sack