Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genfirst/swagger-to-existing-nodejs-project
Demo application that shows how to add Swagger UI Spec to existing Node.js/Express.js project
https://github.com/genfirst/swagger-to-existing-nodejs-project
express mongodb mongoose nodejs swagger swagger-docs swagger-ui
Last synced: about 3 hours ago
JSON representation
Demo application that shows how to add Swagger UI Spec to existing Node.js/Express.js project
- Host: GitHub
- URL: https://github.com/genfirst/swagger-to-existing-nodejs-project
- Owner: GenFirst
- License: mit
- Created: 2017-08-02T23:02:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T19:36:47.000Z (over 6 years ago)
- Last Synced: 2024-04-17T13:04:01.961Z (7 months ago)
- Topics: express, mongodb, mongoose, nodejs, swagger, swagger-docs, swagger-ui
- Language: JavaScript
- Size: 44.9 KB
- Stars: 96
- Watchers: 5
- Forks: 290
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-to-existing-nodejs-project
Demo application that shows how to add Swagger UI Spec to existing Node.js/Express.js project## Requirements
* Node.js v6.11.0
* MongoDB v3.4.6
* Gulp v3.9.1## Usage
* Install dependencies `npm i`
* Start docker-compose `docker-compose up` or start you own MongoDB
* Start server `gulp develop`Api documentation can be found on: `http://localhost:3000/api-docs`
## License
swagger-to-existing-nodejs-project is released under [MIT License](https://opensource.org/licenses/MIT).