URL Api Swagger - https://localhost:7194/swagger/index.html
- url: http://localhost:15672/
- user/password: guest/guest
- Variaveis no appSettings ( AppSettings Variable)
Connection string dbTarefa at the appSettings file
- Install the package Microsoft.EntityFrameworkCore.Design in the projects Tarefas.Api, Infra and SqlServer also you can use Window Package Manager Console.
- Instalação Package
dotnet tool install --global dotnet-ef
# Select Default Project Tarefas.Infra (Criar Migrações) - It has worked also by command line (PowerShell)
dotnet ef migrations add InitialCreate --startup-project ..\Tarefas.Api\
dotnet ef database update --startup-project ..\Tarefas.Api\