kilicars / AspNetCoreWebAppGoogleCloudStorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 53.9%Language:HTML 41.8%Language:CSS 2.8%Language:JavaScript 1.5%