This repository contains the sample application demonstrating OpenAPI 3.0 and Swagger UI to powerfully and easily describe APIs for proper consumption.
- Clone the repository
- Run
node app.js
- Either
curl
against the API or point your browser at the documentation - Crtl-C to exit the running application
There are two router files: 1) the Documentation Router, and 2) the API Router.
The Documentation Router is set up for the OpenAPI/Swagger documentation.
The API Router is set up as a mock RESTful API for consumption, and also for description by the documentation generated by Swagger UI
TBD
TBD
TBD