hugoandregg / retro-board

7 stars 15 forks source link

[#41] Feature: Add Swagger API docs #52

Closed jmmendivil closed 4 years ago

jmmendivil commented 4 years ago

Adds a new endpoint (/api-docs) for API Docs

image

The swagger specs are created with jsdoc from each route, that way it's easier to keep the docs updated instead of write a separated file

41