postcat/wiki
2022-04-20 16:33:43 +08:00
..
images merge: feature/extension-structure 2022-04-17 09:39:20 +08:00
README.en.md fix: icon load error 2022-04-20 16:33:43 +08:00
README.zh.md docs: zh first 2022-04-19 14:28:31 +08:00

Eoapi

A lightweight, extensible API tool

English | 简体中文

Getting started

Featue

📃 API Documentation

  • HTTP protocol
  • Various formats of request body: FormData, XML, JSON, Raw

API Test

  • Quickly test the API
  • Test local API

🌐 Test environment management

📶 Available offline

🌱 Extension Marketplace

Preview Features

💻 Collaboration

🎭 Mock Servers

Build and run

Prerequisites

  • Node.js,version ^14.17

Running the code

npm install
npm 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.

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 electron:serve only runs in the desktop

Build

Command Description
npm run electron:build Packaging Electron applications for each platform

Running the tests

Command Description
npm run test Execute unit 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!