Logistic Webapp is a sample application that uses Entity Framework Core in an ASP.NET Core MVC web application.
- .net core 5.0
- SQL Server Express 2019
- Build solution
- Start debuging
- Open terminal on the root of repository
- Enter the command bellow:
dotnet run -p .\source\Logistic\Logistic.csproj
- Open url: localhost:5000