forked from loafle/openapi-generator-original
* Fix missing examples * support ArraySchema * Refactor: move the logic to generate samples from DefaultCodegen to ExampleGenerator * Delete unnecessary argument OpenAPI is passed in constructor * Delete unnecessary 'import' * Update samples ( bin/springboot-petstore-server.sh ) * Update samples ( bin/openapi3/nodejs-petstore-server.sh )
Swagger generated server
Overview
This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
Running the server
To run the server, run:
npm start
To view the Swagger UI interface:
open http://localhost:8080/docs
This project leverages the mega-awesome swagger-tools middleware which does most all the work.