Setup

1

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

2

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

3

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

4

Open the project in Visual studio, build and run the project.

Nuget packages will install to the project after build.