【メモ】Swagger UIを使ってみる
Swagger UIを使ってみたときのメモです。
Swagger Editorを開く
https://editor.swagger.io/zipファイルを解凍
コマンドプロンプトで以下実行
$ cd (解凍したファイルの場所)\nodejs-server-server-generated\nodejs-server-server
$ npm install
$ node index.js
Your server is listening on port 8080 (http://localhost:8080)
Swagger-ui is available on http://localhost:8080/docs
- http://localhost:8080/docs にアクセスすると、Swagger UIが見れる。
- [Ctrl]+[c] 2回で終了。(コマンドプロンプトの場合)
参考サイト
Author And Source
この問題について(【メモ】Swagger UIを使ってみる), 我々は、より多くの情報をここで見つけました https://qiita.com/43z335/items/6610aac112cfc9bf8248著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .