Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 298 Bytes

API docs with openapi and mock api

Environment

  • Yarn 3.2.4

How to run

1. Run swagger UI

yarn dev

2. Run prism (mock api running on http://localhost:4010)

yarn mock:default for specific ./openapi/index.yaml

yarn mock ./openapi/{openpai-file} for specific openapi file