React basic (3) bodyParser와 postMan

Jiwontwopunch·2022년 2월 2일
0

스터디

목록 보기
10/16
post-thumbnail

bodyParser 설치

Body 데이터를 분석(parse)해서 req.body로 출력해주는 것
npm install body-parser --save

postMan 설치

https://www.postman.com/downloads/

Register Route 만들기 (코드 추가)

postMan에 아래의 그림과 같이 입력하고 send눌렀을 때 success: true 확인

0개의 댓글