Skip to content

Windows setup

Marcus Dammann edited this page Jul 19, 2021 · 2 revisions

Use Visual Studio

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 GraphQL-BFF solution in Visual Studio

Open the solution: GraphQL-BFF.sln

Build and run the application with F5 or Ctrl+F5

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".

GrapfQL-BFF

Getting started

Clone this wiki locally