FootballApp is a application built with Blazor framework using the client-side hosting model with WebAssembly in the browser invoking .NET Core REST APIs secured by a JWT service.
- Endpoints: Get teams, positions, players, player details, create player
- Onion Architecture | CQRS & MediatR & AutoMapper
- Javascript Web Token (JWT) authentication.
- PostgreSQL
- Redis Cache
- SignalR
- AutoMapper for object-object mappings.
- BlazorStorage for local and session storage in the browser.
- MediatR for supports request/response, commands, queries, notifications and events.