Express service for live validation using openapi-validation-tools
Перейти к файлу
Amar Zavery 600f8418f5 updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
.vscode Initial web service for oav-express 2017-04-17 21:56:11 -07:00
openapi updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
test/client updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
.gitignore Initial commit 2017-04-17 21:18:24 -07:00
.jshintrc updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
.travis.yml Adding travis file 2017-04-17 23:07:09 -07:00
LICENSE Initial commit 2017-04-17 21:18:29 -07:00
README.md Adding npm install step in README 2017-04-17 22:20:12 -07:00
gulpfile.js updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
index.js updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
package.json added gulp support to generate a node.js test client 2017-04-18 11:58:35 -07:00
process.json Initial web service for oav-express 2017-04-17 21:56:11 -07:00

README.md

oav-express web service

Requirements

  • node version > 6.x

You can install the latest stable release of node.js from here. For a machine with a linux flavored OS, please follow the node.js installation instructions over here

How to run the tool

  • After cloning the repo execute following steps from your terminal/cmd prompt
cd oav-express
npm install
npm start

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.