Skip to content

Sample project to integration MinIO (object store) with ASP.NET Core 8

License

Notifications You must be signed in to change notification settings

gitEugeneL/ASP.NET-MinIO-sample

Repository files navigation

DOTNET-MinIO-sample

Sample project to integration Minio with ASP.NET Core 8

https://min.io/docs/minio/linux/developers/dotnet/API.html

Main technologies

List of containers

  • database - postgreSQL database container.

  • minIO - file storage container.

  • app - container for all application layers.

How to run the server

  1. Build and start Docker images based on the configuration defined in the docker-compose.yml.

     make up     // docker-compose up --build
    
  2. Stop and remove containers.

     make down   // docker-compose down
    

API documentation

  1. Swagger documentation

     http://localhost:8080/swagger/index.html
    

About

Sample project to integration MinIO (object store) with ASP.NET Core 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published