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
- Host: GitHub
- URL: https://github.com/ugate/example-open-api
- Owner: ugate
- License: mit
- Created: 2020-05-19T16:35:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:21:13.000Z (over 3 years ago)
- Last Synced: 2025-04-10T23:45:36.996Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```