Skip to content

guillaume-roy/aspnet-core-starter-project

Repository files navigation

ASP.NET Core - Starter Project

Actions Status

ASP.NET Core 6 starter project including cookie authentication, database access, hexagonal architecture, DDD & CQRS.

Inspired by https://github.com/jasontaylordev/CleanArchitecture

Technologies

Installation

https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Launch

  • On VSCode, press F5 to start server in debug mode

or

  • dotnet watch --project server-api

or

  • dotnet run --project server-api

Build

dotnet build

Tests

dotnet test

License

MIT