Skip to content

getson/MonolithicArchitecture

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages