deejcoder / PowerScribble

Cross-platform note taking application designed using MediatR and MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating new migrations

dotnet ef migrations add "Initial" --startup-project PowerScribble.Api --project PowerScribble.Api.Persistance --context PowerScribble.Api.Persistance.Data.PowerScribbleDbContext
dotnet ef database update --startup-project PowerScribble.Api --project PowerScribble.Api.Persistance --context PowerScribble.Api.Persistance.Data.PowerScribbleDbContext

About

Cross-platform note taking application designed using MediatR and MAUI

License:Apache License 2.0


Languages

Language:C# 68.8%Language:CSS 15.8%Language:HTML 15.0%Language:JavaScript 0.4%