Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 990 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 990 Bytes

Build status

Toss.Blazor

Twitter-like web application using Blazor 0.4.0. You can login, post a new message (a "toss") with hashtag and select your favorite hashtags for finding messages.

Tech stack

  • Blazor (0.6.0)
  • Bootstrap 4
  • Toastr
  • Asp.net Core 2.1.1
  • MediatR
  • CosmosDB

Feature list

  • Security pages : auth/open id, edit account, reset password
  • Push new messages to the home page
  • Filter message by hashtag
  • Add hashtag to your profiler
  • (pending) pushing ads to the home page

Running this sample

  • checkout the project
  • run CosmosDB Emulator
  • Edit Toss.Server secrets with your values using the empty-secrets.json provided
  • Build Toss.Server
  • Run Toss.Server
  • This sample uses mailjet as mail provider, edit MailService if you want to change that

You can find detailed explanation on my blog here : https://remibou.github.io/