Skip to content

saint4eva/NorthwindTraders

 
 

Repository files navigation

NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.

The initial purpose of this solution is to create a code first version of Northwind, using the .NET Core stack.

The construction of this project is explained in the following blog posts:

Getting Started

Use these instuctions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
    dotnet restore
    
  3. Next, build the solution by running:
    dotnet build
    
  4. Finally, within the Northwind.WebApi directory, launch the project by running:
    dotnet run
    
  5. Finally, launch http://localhost:5211/swagger/ in your browser to view the Swagger UI for the Northwind API.

Technologies

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%