A free, fast & beautiful API request builder (web alternative to Postman)
https://github.com/liyasthomas/postwoman github Star:16.7k
使用步骤:
// 本地运行
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