Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 406 Bytes

PoshtaBy

Solution for automating various business areas

Technologies

  • .NET Core
  • CQRS with MediatR
  • Validation with FluentValidation
  • Object-Object Mapping with AutoMapper
  • Data access with Entity Framework Core
  • Web API using ASP.NET Core
  • UI using Angular 9
  • Open API with NSwag
  • Security using ASP.NET Core Identity + IdentityServer
  • Automated testing with xUnit.net, Moq, and Shouldly