git clone https://github.com/yurygolub/northwind-apps-module-3.git
cd northwind-apps-module-3\ReportingApp
dotnet run
use file \northwind-apps-module-3\ReportingApp\appsettings.json to configure services set "Mode": "OData" to use OData services or "Sql" to use local database
before using sql services you have to create database
-
create database using SQL script instnwnd.sql
-
create stored procedures using this file: \northwind-apps-module-3\Northwind.ReportingServices.SqlService\Sql scripts\dbo.CreateProcedures.sql