tahq69 / Onion

Onion Architecture sample application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onion architecture application sample

Details

This project is made from guide at this site with repository pattern from this guide and JWT from here

Migrations

Run the following commands to verify that EF Core CLI tools are correctly installed:

dotnet restore
dotnet ef

Identity database context

# Generate migration
dotnet ef migrations add --project=Onion.Identity --startup-project=Onion.Web --context=IdentityDbContext {MigrationName}

# Update database
dotnet ef database update --project=Onion.Identity --startup-project=Onion.Web --context=IdentityDbContext

About

Onion Architecture sample application

License:MIT License


Languages

Language:C# 93.3%Language:TypeScript 5.4%Language:PowerShell 0.7%Language:HTML 0.4%Language:Less 0.2%Language:JavaScript 0.1%Language:Shell 0.0%