In the VS Code Command Palette choose "Open Folder in Container" which will launch your application in a Docker container allowing for realtime development and testing. Once launched, the application can be accessed at http://localhost:3000/<prefix>/ and tested using the VS Code Swagger Viewer (swagger.json
) or by appending ?swagger-ui=html
to any active routes.