Skip to content

This is a getting started Blazor WebAssembly sample app template.

License

Notifications You must be signed in to change notification settings

hakankucuk/BlazingChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 /src/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 with username [email protected] & password john.smith
  • 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 getting started Blazor WebAssembly sample app template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.2%
  • HTML 27.4%
  • CSS 9.3%
  • JavaScript 5.1%