mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 11:47:57 +08:00
Migrated repository
.vscode | ||
app | ||
e2e | ||
src | ||
wiki | ||
_config.yml | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
angular.json | ||
angular.webpack.js | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
electron-builder.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
README.zh_CN.md | ||
tsconfig.json | ||
tsconfig.serve.json |
Eoapi
A lightweight open source API tool.
English | 简体中文
Featue
⚡ API Test
- Quickly test the API
- Test local API
📃 API management
- HTTP protocol
- Various formats of request body: FormData, XML, JSON, Raw
🌐 Test environment management
📶 Available offline
🌱 Extension Marketplace
Getting started
-
Try the live demo
-
You can download it on Releases available for macOS, Windows
-
Read our document for more features
Build and run from source
Prerequisites
- Node.js,version ^14.17
Running the code
npm ci
npm start
If you want to improve development efficiency, you can install the command-line Angular-cli officially provided by Angular to quickly generate templates such as components and services.
npm install -g @angular/cli
Command
Run
Command | Description |
---|---|
npm start |
In development mode, running on browser and desktop at the same time |
npm run ng:serve |
only runs in the browser |
npm run electron:serve |
only runs in the desktop |
Build
Command | Description |
---|---|
npm run electron:build |
Packaging Electron applications for each platform |
npm run electron:build:win |
Packaging install customized installation package for windows |
Running the tests
Command | Description |
---|---|
npm run test |
Execute unit tests |
npm run e2e |
Execute end to end tests |
License
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details
Contact us
If you'd like to contact us, please create a Github issue. Thank you!