- Swagger YML reference
- swagger-ui-express module
- Adding Swagger To Existing Node.js Project by Ivan Vasiljevic
yarn
or
npm install
yarn start
Once app is running, you can view the API doc using URL http://localhost:3000/api/v1/docs
, this will be read only doc but you can tryout the APIs
yarn api-edit
yarn api-test