Skip to content

kilicars/AspNetCoreWebAppGoogleCloudStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNetCoreWebAppGoogleCloudStorage

This is a "My Favourite Tv Shows App" written in ASP.NET Core with EF Core and SQL Server. This app is the modified version of the AspNetCoreWebApp found in this repository. In this modified version, user can upload the image of the TV show from their computer. Google Cloud Storage is used for storing and serving of the images.

You can find a detailed explanation about the development process of this application in this post.

Before using the application you need to change the following lines in appsettings.json with your credential file path and GCS bucket name.

  "GoogleCredentialFile": "your-credential-json-file",
  "GoogleCloudStorageBucket": "your-bucket-name"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published