To make the API work properly, you need an .env var on the same directly as the index.js file (base of /src)
Example:
N.B: HOST (for example: localhost:3030) & PROTOCOL (for example: http) env variables are important to be set properly to have swagger working, especially for local testing (as by default PROTOCOL will be set to https)