Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 814 Bytes

File metadata and controls

33 lines (20 loc) · 814 Bytes

nodeswaggerdemopeople

A Node Version of the People API w. Swagger

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:3000/docs

This project leverages the mega-awesome swagger-tools middleware which does most all the work.

Debugging the Swagger Middleware

From Git Bash: DEBUG=swagger-tools:middleware:* node .

License

Copyright (c) 2017

Licensed under the MIT license.