Blazor-WebAssembly-GraphQL

May 10, 2022 ยท View on GitHub

Check the live demo at https://blazorwasmgraphql.azurewebsites.net/

Blog reference

A Full-Stack Web App Using Blazor WebAssembly and GraphQL-Part 1

Prerequisites

  • Visual Studio 2022
  • SQL Server
  • SQL Server Management Studio (SSMS)
  • .NET Core 6.0 SDK or above

Steps to run the app

  • Clone the Repo
  • Scaffold and seed the initial data using the DBScript
  • Put your own connection string in the appsettings.json file.
  • Build and launch the application from Visual Studio.