mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
ef2b372dd3
* Add message which notify that the server doesn't work * Update samples |
||
---|---|---|
.. | ||
.openapi-generator | ||
api | ||
controllers | ||
service | ||
utils | ||
.openapi-generator-ignore | ||
index.js | ||
package.json | ||
README.md |
OpenAPI generated server
Overview
This server was generated by the OpenAPI Generator 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.