Table of Contents

메인페이지

[Request]

메인페이지 MentorCard 렌더링

{
data:
	{
	  'email': '[email protected]',
		'username': '테스터',
		'image': '<https://mentor-to-mentee-image.s3.ap-northeast-2.amazonaws.com/>..',
		'mentorId': 1,
		'company': '삼성',
		'department': '개발팀',
		'job': 'Front-end',
		'position': '대리',
		'career': 2019-2020 코드스테이츠 COE, 2020~ 네이버 라인......,
		'description': new Date(),
		'createdAt': new Date(), 
	},
  {
    ...
  },
  ...
} 

[Response] : 200

{
  "message": "complete to get mentor information"
}

메인페이지 > 회원가입

[Request]