RemiBou / Toss.Blazor

Experimental project using AspNetCore Blazor
MIT License
123 stars 30 forks source link
aspnet-core aspnetcore blazor csharp hashtag pure-css ravendb

Build Status

Toss.Blazor

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.

Tech stack

Feature list

Running this project

// 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