본문 바로가기
프로그래밍

Mock Server

by 낭만프로그래머. 2021. 2. 10.

개발을 하다보면 아직 개발안된 부분의 API call을 연동하면서 해야 할일이 많은데

그럴때마다  dummy server 를 만들어서 사용하거나

www.getsandbox.com  사이트를 이용했었는데

검색하다 찾은 유용한 툴을 발견

mockoon.com/

window, mac, linux 모두 사용가능하며

cors, https, sleep request(?) 등등 가능하며 데이터도 fake library 를 사용해서 실제 데이터와 유사(?) 하게 받을수 있다..

 

Mockoon - Create mock APIs in seconds

Mockoon is the easiest and quickest way to run mock API servers locally.
No remote deployment, no account required, free, open source and cross-platform.

mockoon.com

 

'프로그래밍' 카테고리의 다른 글

ITerms 설정  (0) 2023.02.18
ITERM2 profile 설정하기  (0) 2021.03.19
git flow  (0) 2021.02.06