ImxServer
Install database
In ImxServer project folder execute this
dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet ef migrations add InitialCreate
dotnet ef database update
GitHub - BeTechnologyCo/ImxServer: SignalR backend with immutableX integration