Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 846 Bytes

Table of contents

AllPlay Backend

AllPlay is a project to test and expand my knowleadge in terms of: software design, clean architecture and clean code.

It's an ASP.NET Web Api project written in .NET 6

Technologies and libraries

Project is created with:

  • .NET 6
  • Enitity Framework Core 7
  • Microsoft Sql Server
  • Mapster

Concepts

Concepts that i'm trying to apply respectfully:

  • Clean Architecture
  • SOLID principles
  • Clean code
  • CQRS
  • Dependency injection

Setup

Sources

This project is inspired by knowleadge shared by @DevMentors and @AmichaiMantinband