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.
- Host: GitHub
- URL: https://github.com/a-samod/nodejs-swagger-api-using-swagger-jsdoc
- Owner: A-Samod
- Created: 2022-10-11T16:12:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T16:31:43.000Z (over 3 years ago)
- Last Synced: 2025-05-17T06:41:23.461Z (about 1 year ago)
- Topics: expressjs, swagger, swagger-ui
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
