Skip to content

boriphuth/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.

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 setup:

  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 NorthwindTraders directory, launch the project by running:
    dotnet run
    

Technologies

  • .NET Core 1.1
  • ASP.NET Core 1.1
  • Entity Framework Core 1.1

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%