UNPKG

570 BMarkdownView Raw
1# Swagger generated server
2
3## Overview
4This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.
5
6### Running the server
7To run the server, run:
8
9```
10npm start
11```
12
13To view the Swagger UI interface:
14
15```
16open http://localhost:3000/docs
17```
18
19This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work.