본문 바로가기
Web/etc.

Postman 설치, 사용법

by 장인이 2021. 7. 28.

1. Postman이란?

 프론트와 분리되어있는 백엔드 서버 제작시, api를 테스트할 수 있게 도와주는 플랫폼이다. 이를 통해 RestAPI의 HTTP 요청을 테스트해볼 수 있다.

 

 

2. Postman 가입, 설치, 사용

https://www.postman.com/

 

Postman | The Collaboration Platform for API Development

Postman makes API development easy. Our platform offers the tools to simplify each step of the API building process and streamlines collaboration so you can create better APIs faster.

www.postman.com

 

 우선 postman 공식사이트에 들어가서 회원가입을 한다. 직접 회원가입을 하거나, 구글 아이디를 통해 로그인이 가능하다.

 

 

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

 

Download Postman | Try Postman for Free

Try Postman for free! Join 15 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster.

www.postman.com

 

 

 

 그 후 위의 링크를 통해 Postman app 버전을 다운받는다. Postman Web 버전 또한 존재하지만, 전반적으로 프로그램을 받아서 사용하는 것이 더 직관적이고 사용하기 편리하다는 의견이 많아 다운받아서 사용해 볼 것이다.

 

 

 

 

 설치한 후 로그인 시, 다음과 같은 홈 화면이 뜨게 된다. 우선 위의 Create New ->를 클릭 한 후 HTTP Request를 클릭한다.

 

 

 그럼 나의 workspace가 뜨면서 다음과 같은 창이 뜨는데, 해당 입력창에 api 주소를 복사해 넣고, HTTP 요청 방식을 설정해서 요청하면 관련 정보가 나오게 된다.

 

 

 간단한 RestController를 만들어서 실행해보면, return하는 값과 쿠키, 헤더 등등 여러 정보들을 확인할 수 있다.

 

댓글