Mock(가짜) 서버는 실제 서버처럼 클라이언트의 요청을 받으면 응답을 해주는 가짜서버 입니다. Poastman은 API 개발을 위한 협업 플랫폼으로 개발된 API를 테스트 하는 용도로 많이 사용하지만, Mock서버의 기능을 제공해 주기도 합니다. 이 게시글은 Poastman을 이용해서 Mock서버를 구축하는 방법을 설명합니다. 1. Postman 설치하기 공식 홈페이지 : https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines ..