This page contains important information on how to properly configure and run EIU_Projects
- ASP.NET Core Web API
- Entity Framework Core
- MediatR
- AutoMapper
Use any of the following methods
- Winget
winget install Microsoft.DotNet.SDK.<version>
supported versions are 6
, 7
, 8
- Download the sdk from the official website
Instructions to install the Dotnet SDK on several Linux distros can be found here
dotnet tool install --global dotnet-ef
cd API
dotnet run
docker build -t api -f API/Dockerfile .