Skip to content

.NET7 Blazor WebAssembly application that provides users to upload and download files to S3 via ASP NET Core WebAPIs

Notifications You must be signed in to change notification settings

sprabha1990/S3FileOperations.Blazor.NET7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a .NET 7 Blazor WebAssembly application that will provide functionalities to the users to see the list of files in the S3 bucket, download them and upload a new file into the S3 bucket.

An ASP NET Core WebAPI application will handle the request comming from Blazor application and do the following actions in the AWS S3 workd.

To run this application, run the following commands in from the solution directory

dotnet run --project Api\S3FileOperations.WebApi.csproj
dotnet run --project WebApp\S3FileOperations.Blazor.csproj

More information about this project is available in my blog post

About

.NET7 Blazor WebAssembly application that provides users to upload and download files to S3 via ASP NET Core WebAPIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published