* yarn install
* yarn dev
* Open http://localhost:3000/api/docs/
- Add
yaml
files fordefenitions
in swagger/definitions/index.yaml - Add
yaml
files forpaths
in swagger/paths/index.yaml - Create single json file using
swagger-cli
command.yarn doc:generate
- Serve the html content using
swagger-ui-express
via express api (referapp.ts
)