Skip to content

yurygolub/northwind-apps-module-3

Repository files navigation

Northwind Applications

Module 3. Requests to data services

Build and Run

git clone https://github.com/yurygolub/northwind-apps-module-3.git
cd northwind-apps-module-3\ReportingApp
dotnet run

Change services

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

Create 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published