Skip to content

cancanbolat/FootballApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FootballApp

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

Features

  • Onion Architecture | CQRS & MediatR & AutoMapper
  • Javascript Web Token (JWT) authentication.
  • PostgreSQL
  • Redis Cache
  • SignalR

Open Source Used

  • AutoMapper for object-object mappings.
  • BlazorStorage for local and session storage in the browser.
  • MediatR for supports request/response, commands, queries, notifications and events.