Skip to content

savranskii/WebApp

Repository files navigation

Web application on .NET 8 and Blazor

Solution is runnig two project with frontend (Blazor) and backend (ASP.NET Api)

Navigate to Infrastructure folder

cd .\WebApp.Infrastructure

Add migration

dotnet ef migrations add Initial --startup-project ..\WebApp.Api --context WebApp.Infrastructure.Contexts.ApplicationDbContext -o Migrations

Apply migrations

dotnet ef database update --startup-project ..\WebApp.Api --context WebApp.Infrastructure.Contexts.ApplicationDbContext

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published