[Node] Swagger
How to Use Swagger Library
Swagger: library for API specification document
Install the package
npm install swagger-ui-express swagger-autogen
change app.js
const swaggerUi = require("swagger-ui-express");
const swaggerFile = require("./swagger-o...
siwonlog.hashnode.dev1 min read