RenatoMontanher / testesSwaagger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. This is an example of building a node.js server.

This example uses the expressjs framework. To see how to make this your own, look here:

README

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.

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%