/gallery-aspnet

Image gallery using ASP.NET MVC

Primary LanguageHTMLMIT LicenseMIT

Image Gallery

Image gallery using ASP.NET MVC

This project uses the entity framework to connect to postgress, make sure your strings are setup correctly

{
    "Logging": {
        "LogLevel": {
            "Default": "Information",
            "Microsoft.AspNetCore": "Warning"
        }
    },
    "AllowedHosts": "*",
    "ConnectionStrings": {
        "Default": "You PG database https://www.npgsql.org/efcore/"
    }
}

Database is setup with this schema

	id | imageurl | description | timestamp | rendertime | blurhash64