niklr / NorthwindTraders

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core. The architecture and design of the project is explained in the video:

The initial 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. Next, within the Northwind.WebUI\ClientApp directory, launch the front end by running:

    npm start
    
  5. Once the front end has started, within the Northwind.WebUI directory, launch the back end by running:

    dotnet run
    
  6. Launch http://localhost:52468/ in your browser to view the Web UI

  7. Launch http://localhost:52468/api in your browser to view the 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.

License:MIT License


Languages

Language:C# 95.2%Language:TypeScript 4.1%Language:HTML 0.5%Language:CSS 0.1%Language:JavaScript 0.1%