Express service for live validation using openapi-validation-tools
Перейти к файлу
microsoft-github-policy-service[bot] 146bdfed2c
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:48:40 +00:00
.vscode Initial web service for oav-express 2017-04-17 21:56:11 -07:00
openapi temp fix to get things working on oav.azurewebsites.net 2017-04-20 08:50:31 -07:00
public minor fix 2017-04-19 17:37:52 -07:00
test updating tests 2017-08-11 13:22:15 -07:00
views adding swagger-ui to our service. 2017-04-19 00:23:34 -07:00
.dockerignore Dockerizing the oav-express service 2017-08-11 13:17:03 -07:00
.gitattributes adding gitattributes. 2017-04-18 16:42:47 -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
Dockerfile Dockerizing the oav-express service 2017-08-11 13:17:03 -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
SECURITY.md Microsoft mandatory file 2023-01-27 21:02:46 +00:00
gulpfile.js updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
index.js Dockerizing the oav-express service 2017-08-11 13:17:03 -07:00
package-lock.json Dockerizing the oav-express service 2017-08-11 13:17:03 -07:00
package.json Dockerizing the oav-express service 2017-08-11 13:17:03 -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.