inventory-demo Pre-requisites Install .NET Core (https://www.microsoft.com/net/core/platform) Install Docker To Run dotnet restore Two ways mssql > CREATE DATABASE inventory (MAC) or sqllocaldb.exe c inventory (WINDOWS) dotnet ef database update dotnet run To view the API endpoints http://localhost:5000/swagger/ui