feroxneto / Trill-modular-monolith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trill

About

Trill is a simple Twitter clone based on modular framework. The overall architecture is mostly built using event-driven approach. The repository also contains Web UI built with Blazor.

How to start the solution?

Start the infrastructure using Docker:

docker-compose up -d

Start API located under Bootstrapper project:

cd src/Bootstrapper/Trill.Bootstrapper
dotnet run

About

License:MIT License


Languages

Language:C# 90.9%Language:HTML 9.1%Language:CSS 0.0%