An open API service indexing awesome lists of open source software.

https://github.com/a-samod/nodejs-swagger-api-using-swagger-jsdoc

Node.js API documented with Swagger using swagger-jsdoc. The API documentation is automatically generated from JSDoc comments in the codebase, providing a comprehensive and easily accessible reference for developers.
https://github.com/a-samod/nodejs-swagger-api-using-swagger-jsdoc

expressjs swagger swagger-ui

Last synced: about 1 month ago
JSON representation

Node.js API documented with Swagger using swagger-jsdoc. The API documentation is automatically generated from JSDoc comments in the codebase, providing a comprehensive and easily accessible reference for developers.

Awesome Lists containing this project

README

          

# NodeJS-Swagger-API-Using-Swagger-JSDoc
Swagger is a set of open-source tools built around the OpenAPI Specification that can help you design, build, document and consume REST APIs.

### Install Packages
```
yarn
```

### Run
```
node index.js
```

![Swagger SS](https://user-images.githubusercontent.com/71955262/195148004-7b6442cf-e1bc-4c8a-922a-fecf6099de39.png)