This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD etc.
Package | Latest Stable |
---|---|
BinaryOrigin.SeedWork.Core | |
BinaryOrigin.SeedWork.Infrastructure | |
BinaryOrigin.SeedWork.Messages | |
BinaryOrigin.SeedWork.Persistence.Ef | |
BinaryOrigin.SeedWork.WebApi |
Package | Latest Stable |
---|---|
BinaryOrigin.SeedWork.Persistence.MySql | |
BinaryOrigin.SeedWork.Persistence.SqlServer |
1 - Ensure that identity server is started
2 - Use this request body for generating a token:client_id:clientId
client_secret:secret
scope:myApi profile openid
username:getson
password:password
grant_type:password
3 - Copy access token and paste it to swagger
4 - Enjoy debugging.