/BlazingChat

This is a blazor webassmbly chat app using SignalR

Primary LanguageC#

BlazingChat

Blazing Chat is a demo app made as a part of YouTube tutorial. The front-end is made using Blazor WebAssembly and the back-end is made using ASP.NET Core Web API + Entity Framework Core. SQLite is used to store the data. You can run this app on Windows, Mac or Linux operating systems. The repo is maintained episode by episode so that you can go back to particular episode and the code related it.

Demo_App

Installation

Prerequisites

  • Framework - .NET Core 3.1 or Greater

Setup

  • Clone this repo to your local machine using https://github.com/CuriousDrive/BlazingChat.git
  • Open Project BlazingChat/Episode_01/BlazingChat/BlazingChat.sln
  • Run Project through Visual Studio/Terminal
  • Go to https://localhost:5001/ or https://localhost:44387/
  • Click on login. You should get logged in as john.smith@gmail.com
  • Or you can login with your Twitter, Facebook or Google accounts.

Videos

The best part about Blazing Chat app is that it's been documented while it was getting built. Please check out below videos if you want to learn how to make apps in Blazor WebAssembly

Video Series Topics
Start Watching Blazor WebAssembly

Have questions?

If you have any questions on how this project is setup then you can reach out to us on below handles.

https://twitter.com/curious_drive
https://www.facebook.com/curiousdrive/
https://www.youtube.com/c/curiousdrive

Let us know how it goes.