benyaminl / dotnet-core-playground

Another dotnetcore learn project, but it's .NET 6.0, it's mature enough to use it in production after 6 version itteration
1 stars 0 forks source link

.NET Core 6.0 playground with SQL Server and S3

wakatime This is a simple .NET Core 6.0 playground with SQL Server trusted connection/WinAuth, and swagger UI and some improvement on the swagger generator.

I don't provide any other readme as this is just a playground for myself. kindly follow https://blog.benyamin.xyz to see more notes regarding this project.

Run and build project

Restore using dotnet restore restore, then dotnet run run. Then you are good to go.

Minio/S3 Compatible dependencies

This project use 3rd party plugin/package from Min.io and Minio.AspNetCore For more, you can use Podman/Docker as Server emulator, see here