Source code for Implement Swagger with username and password.
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
dotnet ef migrations add InitialModel --context appdbcontext -p ../ShadyNagy.Swagger.Infrastructure/ShadyNagy.Swagger.Infrastructure.csproj -s ShadyNagy.Swagger.Api.csproj -o Data/Migrations
dotnet ef migrations add InitialIdentityModel --context appidentitydbcontext -p ../ShadyNagy.Swagger.Infrastructure/ShadyNagy.Swagger.Infrastructure.csproj -s ShadyNagy.Swagger.Api.csproj -o Identity/Migrations
dotnet ef database update -c appdbcontext -p ../ShadyNagy.Swagger.Infrastructure/ShadyNagy.Swagger.Infrastructure.csproj -s ShadyNagy.Swagger.Api.csproj
dotnet ef database update -c appidentitydbcontext -p ../ShadyNagy.Swagger.Infrastructure/ShadyNagy.Swagger.Infrastructure.csproj -s ShadyNagy.Swagger.Api.csproj
dotnet ef migrations script --context appidentitydbcontext -p ../ShadyNagy.Swagger.Infrastructure/ShadyNagy.Swagger.Infrastructure.csproj -s ShadyNagy.Swagger.Api.csproj | out-file ./script.sql
- Ardalis.CleanArchitecture
- Ardalis.ApiEndpoints
- AutoMapper
- MediatR
- Swashbuckle.AspNetCore
- Microsoft.EntityFrameworkCore