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

https://github.com/ugate/example-open-api

OpenAPI/Swagger example using express
https://github.com/ugate/example-open-api

Last synced: 11 months ago
JSON representation

OpenAPI/Swagger example using express

Awesome Lists containing this project

README

          

#### Creation

```sh
npm install -g nodemon

npm init -y

npm install express
npm install express-validation
npm install swagger-jsdoc
npm install swagger-ui-express
```

#### Startup

```sh
nodemon -L index.js
```