GitHub - BeTechnologyCo/ImxServer: SignalR backend with immutableX integration

Skip to content

Navigation Menu

Sign in

Appearance settings

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