Monolith

Monolith Artictecture

With JWT

../_images/Monolith-with-jwt.pngmonolith-jwt

With identity provider

../_images/Monolith-with-identity-server.pngmonolith-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