Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

repayright/API-Explorer-II

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

238 Commits

Repository files navigation

Welcome to the OBP API Explorer II

ABOUT

This application is used to explore OBP APIs and interact with the data and services in the context of the logged in user.

This application will gradually replace the original API Explorer. Long live the API Explorer!

Install the Prerequisite Software

  • required: { node: >=16.14 }
  • required: { npm: >=8.0.0 }

Development Project Setup

  • Setup your .env file (see .env.example)
Install dependencies
yarn install

or

npm install
Compile and Hot-Reload for Development
yarn dev

or

npm run dev
(削除) Run Unit Tests with Vitest (削除ここまで)
(削除)
yarn test:unit
(削除ここまで)

or (削除) (削除ここまで)

(削除)
npm test:unit
(削除ここまで)

Compile and Minify for Production

Build
npm run build
Build Server
npm run build-server
Start the backend server
npx ts-node <path-to-your-install>/server/app.js
Check the status of API-Explorer II back-end
Please find a message at a log file similar to this one:
Backend is running. You can check a status at http://localhost:8085/api/status
and use the link to check the status
Nginx deployment
server {
 # Frontend
 location / {
 root /path_to_dist/dist;
 try_files $uri $uri/ /index.html;
 }
 
 # Proxy API
 location /api {
 proxy_pass http://localhost:8085;
 }
}

LICENSE

This project is licensed under the AGPL V3 (see NOTICE) and a commercial license from TESOBE.

About

API Explorer II

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.6%
  • TypeScript 39.4%
  • CSS 3.5%
  • JavaScript 3.5%
  • HTML 1.2%
  • Go 0.8%

AltStyle によって変換されたページ (->オリジナル) /