Skip to content

Latest commit

 

History

142 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Build Status

Packages

Package Latest Stable
BinaryOrigin.SeedWork.Core Nuget Package
BinaryOrigin.SeedWork.Infrastructure Nuget Package
BinaryOrigin.SeedWork.Messages Nuget Package
BinaryOrigin.SeedWork.Persistence.Ef Nuget Package
BinaryOrigin.SeedWork.WebApi Nuget Package

Providers

Package Latest Stable
BinaryOrigin.SeedWork.Persistence.MySql Nuget Package
BinaryOrigin.SeedWork.Persistence.SqlServer Nuget Package

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.

Your feedback is welcomed :)

About

This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD

Topics

Resources

Stars

25 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages