BlazingChat is a fullstack realtime chat app using Asp.Net Core Blazor Web Assembly (WASM) and SignalR Core with SQL Server and EF Core - .Net 6
-
Clone the Repo
git clone https://github.com/Abhayprince/BlazingChat
-
Restore the packages (Rebuild the solution)
-
Set the
BlazingChat.Server
project as startup project -
Change the Database connection string in
appsettings.Development.json
file inBlazingChat.Server
Project"ConnectionStrings": { "Chat": "Data Source=.;Initial Catalog=BlazingChat; Integrated Security=True; Trusted_Connection=True;" }
-
Run the migrations - to update the database using following Package Manager Console Command
Update-Database
-
Run the solution
-
Congratulations, BlazingChat app is running
If you want to see this project build with live coding, checkout the detailed video series on my youtube channel Build Realtime Chat App using Blazor WASM and SignalR from Scratch - Live Coding - YouTube
If you like my work and want to support me, buy me a coffee https://www.buymeacoffee.com/abhayprince