/TheSongList

Ultimate list of supernatural songs

Primary LanguageC#

TheSongList Build Status

For all the weird people who track songs in TV shows.

Quickstart

docker run --name thesonglist -d -p 80:80 halomademeapc/thesonglist

You will need to provide your own appsettings.json

Configuration

Additional configuration is needed for authentication

{
    "Authentication": {
        "Google": {
            "ClientId": "YOUR_ID",
            "ClientSecret": "YOUR_SECRET"
        }
    },
    "Lastfm": {
        "ClientId": "YOUR_ID",
        "ClientSecret": "YOUR_SECRET"
    }
}

Requirements

To build

  • .NET Core 2.2 SDK
  • Node.js

To run

  • .NET Core 2.2 Runtime

Building

dotnet publish ./PokeR.csproj

Running

dotnet ./PokeR.csproj