69

GitHub - JasonGT/NorthwindTraders: Northwind Traders is a sample application bui...

 5 years ago
source link: https://github.com/JasonGT/NorthwindTraders
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

ReadMe.md

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:

For information on upcoming features and fixes, take a look at the product roadmap.

Getting Started

Use these instructions 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

  • .NET Core 2.2
  • ASP.NET Core 2.2
  • Entity Framework Core 2.2

License

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK