Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 499 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 499 Bytes

LibraryApp

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Launch the app by running:

     dotnet run
    
    
    

Technologies

  • .NET 5
  • MSSQL
  • Fluent Validation
  • AutoMapper
  • MediatR

Functionalities

  • Basic CRUD operations with CQRS