kevingil / gallery-aspnet

Image gallery using ASP.NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image gallery using ASP.NET MVC

License:MIT License


Languages

Language:HTML 53.6%Language:C# 36.9%Language:CSS 4.8%Language:Dockerfile 3.8%Language:JavaScript 1.0%