madskristensen / PhotoGallery

ASP.NET Core Photo Gallery
https://gallerytemplate.azurewebsites.net/
172 stars 66 forks source link

ASP.NET Core Photo Gallery

A photo gallery site implemented in ASP.NET Core 2.0 Razor Pages.

Build status NuGet

Deploy to Azure

Demo website: https://gallerytemplate.azurewebsites.net/

Masonry

Features

Technical features

Admin interface

When logged in, you can manage the albums and photos easily through a simple-to-use admin bar located under the header on the website.

This is how to create new albums directly from the home page:

Admin Album View

Uploading photos to an album or deleting the entire album:

Admin Album Upload

Rename or delete a photo:

Admin Photo

How to use

On the command line, install the template.

dotnet new --install MadsKristensen.AspNetCore.PhotoGallery

Then run it from any folder.

dotnet new gallery