Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 539 Bytes

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