Postwoman 安装

Postwoman作为Postman的女朋友,具有免费开源、轻量级、快速且美观等特性,是一款非常好用的API调试工具。能帮助程序员节省时间,提升工作效率。

Github地址:GitHub - hoppscotch/hoppscotch: 👽 Open source API development ecosystem - https://hoppscotch.io

DEMO演示地址:https://postwoman.io

注:DEMO只能使用它们自己提供的测试接口,如果要调试自己的API接口,则需自己部署一套代码。依赖环境只需要安装了node环境即可,既可以本地部署,也可以跑在docker环境。

安装教程:

1、安装git,node

2、从Github上将代码clone到本地

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

3、编译安装

cd /postwoman
npm install    #安装依赖
npm run dev    #运行

相关推荐

  1. 安装】Linux安装ffmpeg

    2024-03-27 14:00:04       67 阅读
  2. mysql 安装

    2024-03-27 14:00:04       57 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-27 14:00:04       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-27 14:00:04       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-27 14:00:04       87 阅读
  4. Python语言-面向对象

    2024-03-27 14:00:04       96 阅读

热门阅读

  1. Kotlin object

    2024-03-27 14:00:04       38 阅读
  2. c# 设置图片透明度

    2024-03-27 14:00:04       41 阅读