Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 693 Bytes

monolith.md

File metadata and controls

30 lines (23 loc) · 693 Bytes

Monolith

Monolith Artictecture

With JWT

monolith-jwt

With identity provider

monolith-jwt

Monolith structure

AppFolder
├───docker -> all docker related files
├───src
│   ├───MyApp
│   │   └───ClientApp -> all client related files 
│   │       ├───src
│   │       ├───test
│   │       └───webpack
│   ├───MyApp.Crosscuting
│   ├───MyApp.Domain
│   ├───MyApp.Domain.Services
│   ├───MyApp.Dto
│   └───MyApp.Infrastructure
└───tests -> Server tests