Skip to content

andreraica/DotNetCore_WebAPI_DDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-core

Projeto DotNetCore com API e Token

Compilação

cd ...\dotnet-core\back-end\src\Middleware\Api
dotnet restore
dotnet build
code .

Visual Studio Code
--Tab Debug (.NET Core Launch (web))
--Play

Só executa um migration com start project sendo um app executavel

Migrations Infrastructure/Data - change the app to netstandart16 dotnetrestore dotnet ef migrations add initial -s ....\Middleware\Api\Api.csproj dotnet ef database update -s ....\Middleware\Api\Api.csproj

Mais detalhes pasta Docs...

About

Projeto Base DotNetCore_WebAPI_DDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages