Postman 收费太贵了,我决定用 Postwoman

kipling1年前 ⋅ 1167 阅读

A free, fast & beautiful API request builder (web alternative to Postman)

https://github.com/liyasthomas/postwoman     github Star:16.7k

demo:https://postwoman.io/

 

使用步骤:

// 本地运行

git clone https://github.com/liyasthomas/postwoman.git

npm install

npm run dev

浏览器访问: http://localhost:3000/

 

//或者,使用docker-compose:

#pull

docker pull liyasthomas/postwoman

#run

docker run -p 3000:3000 liyasthomas/postwoman:latest

#build

docker build -t postwoman:latest

全部评论: 0

    相关推荐