For Programmer

4. postman을 이용한 회원가입기능 - boiler-plate제작(backend) 본문

React & Node.js 프로젝트/boiler-plate 제작

4. postman을 이용한 회원가입기능 - boiler-plate제작(backend)

유지광이 2020. 7. 31. 21:55
728x90

1.postman 다운로드

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

 

Download Postman App

Download Postman! Join the 11 million developers and 500,000 companies who rely on Postman as the only complete API development environment.

www.postman.com

* Postman은 회원가입같은 페이지를 구성하지 않아도 회원가입에 필요한 데이터를 간단하게 서버로 넘겨 정상적으로 작동하는지 테스트 할 수있다.

 

2. 노드 서버에서 회원가입을 처리하는 라우터를 만들기

1. post 방식으로 오는 데이터를 처리할 수있는 body-parser 모듈 다운로드

  npm install body-parser --save

2. 노드js index.js 파일에서 라우터 설정하기

*몽고DB 컬렉션


*결과

 

해당 강의

728x90
Comments