MonolithicArchitecture
                                
                                 MonolithicArchitecture copied to clipboard
                                
                                    MonolithicArchitecture copied to clipboard
                            
                            
                            
                        This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Monolithic architecture based on CQRS and DDD principles
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD etc.
Packages
| Package | Latest Stable | 
|---|---|
| BinaryOrigin.SeedWork.Core | |
| BinaryOrigin.SeedWork.Infrastructure | |
| BinaryOrigin.SeedWork.Messages | |
| BinaryOrigin.SeedWork.Persistence.Ef | |
| BinaryOrigin.SeedWork.WebApi | 
Providers
| Package | Latest Stable | 
|---|---|
| BinaryOrigin.SeedWork.Persistence.MySql | |
| BinaryOrigin.SeedWork.Persistence.SqlServer | 
Getting started:
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.