Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 270 Bytes

File metadata and controls

14 lines (9 loc) · 270 Bytes

Uploader API

A RESTful API for uploading images to an S3 bucket. Uses Jason Taylor's Clean Architecture template as a baseline.

Technologies Used

  • ASP.NET Core 5
  • MongoDB
  • Amazon S3
  • MediatR
  • FluentValidation
  • NUnit