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

https://brikev.github.io/express-jsdoc-swagger-docs/

express-jsdoc-swagger generator documentation
https://brikev.github.io/express-jsdoc-swagger-docs/

hacktoberfest

Last synced: 5 months ago
JSON representation

express-jsdoc-swagger generator documentation

Awesome Lists containing this project

README

        

# express-jsdoc-swagger-docs

This repository has the docs with Docsify of [express-jsdoc-swagger](https://github.com/BRIKEV/express-jsdoc-swagger) and [express-oas-validator](https://github.com/BRIKEV/express-oas-validator).

## How to run this project

This project uses [Docsify](https://docsify.js.org/). You have to install Docsify client cli.

```
npm i docsify-cli -g
```

Then execute:

```
npm start
```

This will be running in `localhost:3000`.

```
Serving /Users/kevinccbsg/brikev/express-jsdoc-swagger-docs/docs now.
Listening at http://localhost:3000
```

## Deployment

You only need to do a PR or merge it in the master branch.