robpearson / Northwind365

Code Samples for the SSW FireBootCamp .NET Core Dev Superpowers Tour

Home Page:https://firebootcamp.com/netcore-superpower-tour/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSW Banner

Northwind 365

SSW TV | YouTube

.NET contributions welcome

Northwind 365 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 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
  1. Next, build the solution by running:
dotnet build
  1. Once the front end has started, within the \Src\WebUI directory, launch the back end by running:
dotnet run
  1. Launch https://localhost:44427/ in your browser to view the Web UI

  2. Launch https://localhost:44376/api in your browser to view the API

Technologies

  • .NET 8
  • ASP.NET Core 8
  • Entity Framework Core 8
  • Angular 15

Other Packages

  • MediatR
  • FluentValidation
  • AutoMapper
  • Ardalis.Specification
  • Ardalis.GuardClauses

Testing Packages

  • xUnit
  • NSubstitute
  • TestContainers
  • Fluent Assertions
  • Respawn
  • Bogus

Marketing

Marketing site can be found at northwind365.com which is deployed from Northwind365.Website.

License

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

About

Code Samples for the SSW FireBootCamp .NET Core Dev Superpowers Tour

https://firebootcamp.com/netcore-superpower-tour/

License:MIT License


Languages

Language:C# 58.7%Language:TypeScript 37.1%Language:HTML 2.6%Language:JavaScript 1.2%Language:CSS 0.4%