I have a bunch of REST APIs (GET/POST methods) written in SJS and I want to use swagger/openAPI for documenting it. I found one GitHub repo with some code but not sure as to how to run/use it with my project.
Link: https://github.com/overstory/marklogic-swagger
PS: My choice of IDE is intelliJ.
Please advise on the steps for the same. Thank you!