Twitter-like web application using Blazor 3.0.0-preview7. You can login, post a new message (a "toss") with hashtag and select your favorite hashtags for finding messages.
// install sdk version from global.json here https://dotnet.microsoft.com/download
git clone https://github.com/RemiBou/Toss.Blazor
dotnet build
docker-compose up -d ravendb
//Edit Toss.Server secrets with your values using the empty-secrets.json provided
cd Toss.Server
dotnet run
You can find explanation of the different things done on this project on my blog here : https://remibou.github.io/
The current roadmap is here https://trello.com/b/czBBGKsw/toss