-
Notifications
You must be signed in to change notification settings - Fork 2
Windows setup
If you want to explore the code and debug the application to see it working, you have to install Visual Studio.
You have to install at least VS 2019 (16.8 or later) and you can install the latest release from https://visualstudio.microsoft.com/vs/.
Open the solution: GraphQL-BFF.sln
Set docker-compose as the default StartUp project
IMPORTANT: If the "docker-compose" project is not your "by default startup project", right click on the "docker-compose" node and select the "Set as Startup Project" menu option.
At this point, after waiting sometime for the NuGet packages to be properly restored, you should be able to build the whole solution or even directly deploy/debug it into Docker by simple hitting F5 or pressing the debug "Play" button that now should be labeled as "Docker".