Skip to content

A jwt multi-user authenticated chat app using asp core 3, signalr, identity, and entity framework

Notifications You must be signed in to change notification settings

trustieee/ChatApp

Repository files navigation

Build Status

ChatApp

A multi-user authenticated chat app using asp core 3 + signalr

Requirements

Run

git clone https://github.com/mariocatch/ChatApp.git ChatApp
cd ./ChatApp/ChatApp.Server
dotnet ef database update
cd ../
dotnet run -p ./ChatApp.Server/ChatApp.Server.csproj
dotnet run -p ./ChatApp.Client/ChatApp.Client.csproj # run this 'n' times for each client you want

or

git clone https://github.com/mariocatch/ChatApp.git ChatApp
cd ./ChatApp
build-and-stage.bat
start-server.bat
start-client.bat # run this 'n' times for each client you want

Coming Soon / Issues

You can view the existing issues, which also contains future enhancements here

About

A jwt multi-user authenticated chat app using asp core 3, signalr, identity, and entity framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages