Run these commands in the command prompt after you get to your desired directory. This will create a solution:
dotnet new sln -n MOTUGraphQL
this will create a .NET core web project , dotnet new web -n MOTUGraphQL
this will add the project to the solution, dotnet sln add MOTUGraphQL
Now open the solution you just created in Visual Studio (you can get a community edition for free)
Check if launchSettings.json file looks like this, if it is not then it won’t start up in IIS server,

#graphql #web api #net core #graphql api

Simple GraphQL Tutorial In .NET Core Web API To Hit Ground Running
1.20 GEEK