Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 603 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 603 Bytes

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...