Skip to content

Latest commit

 

History

History
91 lines (62 loc) · 3.36 KB

README.en.md

File metadata and controls

91 lines (62 loc) · 3.36 KB

Postcat API Client

Postcat API Client

English | 简体中文

License Version Downloads Chat

Postcat UI

Postcat is a powerful open source, cross-platform (Windows, Mac, Linux, Browsers...) API development and testing tool that supports REST, Websocket and other protocols (soon to support GraphQL, gRPC, TCP, UDP), helping you speed up the completion of API Development and testing work.

While ensuring that Postcat is light and flexible, we also designed a powerful plug-in system for Postcat, allowing you to use plug-ins with one click to enhance Postcat's functions.

Postcat Extensions

Therefore, Postcat is theoretically an API product with infinite possibilities. We also visually added a cape to Postcat's cat, representing its infinite possibilities.

Roadmap

  • 🚀 Multi-protocol support -- Implemented: HTTP REST, Websocket -- Coming soon: GraphQL, TCP, UDP, gRPC
  • 📕 API Documentation
  • ✨ API Design
  • ⚡ API Test
  • 🎭 Mock
  • 🙌 Collaboration
  • 🎈 Document Sharing
  • 🗺 Environment
  • 🧶 Global variables
  • 🧩 Custom theme style
  • 🌐 Multilingual support: Chinese, English

Learn more:Github Project

Bug and Feature Request

If you'd like to contact us, please create a Github issue. Thank you!

Document

Postcat User Document

Build and run

Prerequisites

  • Node.js >= 14.17.x
  • yarn >= 1.22.x

Running the code

We use yarn as a package management tool for development and building, and it is highly recommended that you do the same, but if you want to use npm it's perfectly fine, it just might take a little more time to install dependencies.

yarn install
yarn start

If you want to improve Angular development efficiency, you can install the command-line Angular-cli officially provided by Angular to quickly generate templates such as components and services.

yarn add @angular/cli --global

Command

Run

Command Description
yarn start In development mode, running on browser and desktop at the same time
yarn serve:web only runs in the web
yarn electron:serve only runs in the desktop

Build

Command Description
yarn build Packaging Electron applications for each platform

Running the tests

Command Description
yarn test Execute unit tests