A multi-user authenticated chat app using asp core 3 + signalr
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
You can view the existing issues, which also contains future enhancements here