swagger-to-existing-nodejs-project
swagger-to-existing-nodejs-project copied to clipboard
Demo application that shows how to add Swagger UI Spec to existing Node.js/Express.js project
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 upor 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.