安装 postwoman

普通安装:

  1. git clone https://github.com/liyasthomas/postwoman.git
  2. npm install
  3. npm run dev
  4. http://localhost:3000

DOCKER:

  1. docker pull liyasthomas/postwoman
  2. docker run --name postwoman -p 3000:3000 -d docker.io/liyasthomas/postwoman​​​
  3. http://localhost:3000

 

错误:

ERR_CERT_AUTHORITY_INVALID:  把网址拷贝到浏览器,会被提示连接不安全,选择继续前往解决。

 

界面:

安装 postwoman_第1张图片

 

你可能感兴趣的:(rest)