https://www.youtube.com/watch?v=qHI1l4NHPrQ Demo video how it works
- git clone https://github.com/Arpanx/OrderBE.git
- cd OrderBE\src\MyOrder.API
- dotnet restore
- dotnet build
- see appsettings.json & edit ConnectionStrings as you need (MS SQL 2017 Express)
"ConnectionStrings": { "OrderContext": "Server=localhost\SQLEXPRESS01;Database=Order;Trusted_Connection=True;MultipleActiveResultSets=true" }, - dotnet ef database update
- dotnet run
- see http://localhost:5000