Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 608 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 608 Bytes

An introduction to swagger

Presentation and samples

Presentation

Setup

npm install

Dev server

npm run server

(Build the bootprint sample first)

Build

npm run build

(Build the bootprint sample first)

Samples

Swagger specifications

May be found in the "samples" folder.

Generated documentation

Bootprint sample may be found in the "bootrpint-sample" folder.

Make sure to build it before building the presentation.

See readme for details.

Mock servers

Examples for mock servers may be found in the "server-samples" folder.

See readme for details.