Skip to content

Example File Service API, ASP.NET Core, .NET 8, Clean Arch, CQRS, MadiatR

Notifications You must be signed in to change notification settings

anawatmuangjai/cozy-file-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build CI .NET

CozyFileService

Example File Service WebAPI using ASP.NET Core, Clean Arch, MadiatR, CQRS.

Solution Structure

  • Clean architecture

Prerequisites

  • .NET 8
  • Storage Azurite Emulator (For local storage)

Dependencies

  • MediatR
  • FluentValidation
  • SendGrid
  • Microsoft.Extensions.Azure
  • Azure.Storage.Blobs
  • Azure.Storage.Files.Shares
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.AspNetCore.Identity.EntityFrameworkCore
  • Swashbuckle.AspNetCore
  • AutoMapper
  • Serilog
  • Xunit
  • Moq

How to run the solution on local

  • Restore NuGet Packages
  • Build solution

API Authorizations

Upload File with Postman

  • In request body select form-data and select file to upload.

About

Example File Service API, ASP.NET Core, .NET 8, Clean Arch, CQRS, MadiatR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages