# swagger **Repository Path**: ifercarly/swagger ## Basic Information - **Project Name**: swagger - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-07 - **Last Updated**: 2021-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: SwaggerUI ## README # Swagger-in-NodeJS With this project you can test your REST-APIs in a server built with Nodejs using swaggerUI Just install related npm packages with command "npm install", and run the server with commend "npm start" and then the swagger UI will be running on http://localhost:4001/api-docs And you can read this article to understand better how to work this project: https://js.plainenglish.io/how-to-implement-and-use-swagger-in-nodejs-d0b95e765245