Setup
Open a MS SQL Server and create a database say "LLG"
Firstly you have to install MS SQL server on your local server, or you can buy hosting with SQL server
Info
If you dont have any instance of sql server use "(LocalDB)\MSSQLLocalDB" for the local Server Name
Open "script.sql" in SQL server and execute it.
You will get "script.sql" file in you purchased .zip file. This file includes create table scrips and sample data.
We are planning to do setup page on next update
Open LLG.sln in visual studio and change the #YourServerName
Firstly you have to install MS SQL server on your local server, or you can buy hosting with SQL server
Open the project in Visual studio, build and run the project.
Nuget packages will install to the project after build.