Skip to content

ASPNET core API demo, with DDD approach, unit/integration tests, entity framework core, docker and new features of c#.

Notifications You must be signed in to change notification settings

libnando/YZCollege

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Migrations

  • dotnet tool install --global dotnet-ef

  • dotnet ef migrations add NOME_SEU_MIGRATION -s .\src\YZCollege.Api\YZCollege.Api.csproj --project .\src\YZCollege.Infrastructure\YZCollege.Infrastructure.csproj

  • dotnet ef database update -s .\src\YZCollege.Api\YZCollege.Api.csproj --project .\src\YZCollege.Infrastructure\YZCollege.Infrastructure.csproj

About

ASPNET core API demo, with DDD approach, unit/integration tests, entity framework core, docker and new features of c#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published