当前位置:网站首页>Swagger UI tutorial API document artifact
Swagger UI tutorial API document artifact
2022-07-06 20:56:00 【51CTO】
Catalog
[TOC]
Preface
In some interface projects ,API Is used frequently , So a API Online document generation and testing tools are essential . and Swagger UI It's such a practical online tool
This blog describes how to follow the Swagger UI, Note that the company's test server is Linux Systematic , Therefore, this blog only introduces based on Linux Systematic Swagger Environment building process
Server environment installation ##
NodeJS Download deployment ###
First you need to download NodeJS, To nodejs Official website http://nodejs.org/dist/v0.10.26, download node-v0.10.26-linux-x64.tar.gz, Because this is already compiled , So we first use software to upload files to Linux The server , have access to WinSCP
And then use Linux Of cd The command comes to you nodejs Location of compressed files
The decompression command is as follows :
And then go to the file
perform
Set up node overall situation
Set up npm overall situation
testing nodejs and npm Is the installation successful
You can see the version number , What installation succeeded
express Download deployment ####
Install well NodeJS and NPM after , We can install it express 了
The following important modules are needed with express The frame is installed together :
body-parser - node.js middleware , Used for processing JSON, Raw, Text and URL Encoded data .
cookie-parser - This is an analysis Cookie Tools for . adopt req.cookies You can take it from cookie, And turn them into objects .
multer - node.js middleware , Used for processing enctype="multipart/form-data"( Set the MIME code ) Form data for .
Check whether the installation is successful
NodeJS Boot up ####
Then set the NodeJS Boot up
install forever
Set up
Swagger UI Installation and deployment ##
github On clone: https://github.com/swagger-api/swagger-ui If there is a download Git, Just use git download , Get access to github, Direct download
Then, according to the needs of the company , stay Linux On mkdir, I was there first root route , Create a node_app file
Get into node_app
Environment configuration
The following tips can be filled in according to your own needs
VI Editor use :
Add code
Enable server
visit , Input http:// Company servers IP:3000
You can see Helloworld, Of course, we need to deploy Swagger
stay node_app So let's create one public Folder
Then download to swagger ui Inside dist Copy the files in the folder to public Folder
modify index.js
Then input http://ip:3000/swapper, Yes, you can see something similar page

Picture description here
Swagger Editor Use ##
Swagger Editor yes Swagger UI The online editor , We can build our own , You can also use the official , The official URL: http://editor.swagger.io/#/
github On Clone: https://github.com/swagger-api/swagger-editor After the swagger editor Put the document in the company Linux Server
Http server install ###
Start the project http-server swagger-editor, The default is 8080 port
Set up port And start the swagger editor
Input http://ip:2017/#/ You can access your own Swagger Editor Editor
Reference tutorial
http://www.linuxidc.com/Linux/2014-07/104489.htm
http://www.linuxidc.com/Linux/2014-06/103372.htm
边栏推荐
- Entity alignment two of knowledge map
- Design your security architecture OKR
- PG basics -- Logical Structure Management (transaction)
- Minimum cut edge set of undirected graph
- [DIY]自己设计微软MakeCode街机,官方开源软硬件
- 电子游戏的核心原理
- Function optimization and arrow function of ES6
- Performance test process and plan
- (work record) March 11, 2020 to March 15, 2021
- 7、数据权限注解
猜你喜欢

15 millions d'employés sont faciles à gérer et la base de données native du cloud gaussdb rend le Bureau des RH plus efficace

基于STM32单片机设计的红外测温仪(带人脸检测)

Distributed ID

Logic is a good thing

监控界的最强王者,没有之一!

【DSP】【第一篇】开始DSP学习

2022 portal crane driver registration examination and portal crane driver examination materials

使用.Net驱动Jetson Nano的OLED显示屏

use. Net drives the OLED display of Jetson nano

2022 construction electrician (special type of construction work) free test questions and construction electrician (special type of construction work) certificate examination
随机推荐
What is the problem with the SQL group by statement
Intel 48 core new Xeon run point exposure: unexpected results against AMD zen3 in 3D cache
看过很多教程,却依然写不好一个程序,怎么破?
Redis insert data garbled solution
Use of OLED screen
知识图谱构建流程步骤详解
防火墙基础之外网服务器区部署和双机热备
过程化sql在定义变量上与c语言中的变量定义有什么区别
Trends of "software" in robotics Engineering
What programming do children learn?
Infrared thermometer based on STM32 single chip microcomputer (with face detection)
[weekly pit] positive integer factorization prime factor + [solution] calculate the sum of prime numbers within 100
#yyds干货盘点#重新梳理箭头函数的this
Laravel笔记-自定义登录中新增登录5次失败锁账户功能(提高系统安全性)
15 millions d'employés sont faciles à gérer et la base de données native du cloud gaussdb rend le Bureau des RH plus efficace
Boder radius has four values, and boder radius exceeds four values
【每周一坑】计算100以内质数之和 +【解答】输出三角形
Application layer of tcp/ip protocol cluster
Design your security architecture OKR
[wechat applet] operation mechanism and update mechanism