Skip to content

This is a blazor webassmbly chat app using SignalR

Notifications You must be signed in to change notification settings

StPeteDotNET/BlazingChat

This branch is 364 commits behind CuriousDrive/BlazingChat:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa80814 · Nov 16, 2020
Oct 8, 2020
Oct 11, 2020
Sep 2, 2020
Sep 2, 2020
Sep 2, 2020
Oct 7, 2020
Oct 11, 2020
Oct 7, 2020
Oct 7, 2020
Oct 7, 2020
Oct 7, 2020
Oct 7, 2020
Oct 7, 2020
Oct 12, 2020
Nov 11, 2020
Nov 16, 2020
May 24, 2020
Oct 8, 2020

Repository files navigation

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 [email protected]
  • 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.

About

This is a blazor webassmbly chat app using SignalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.5%
  • HTML 24.9%
  • CSS 15.9%
  • JavaScript 6.7%