Identityserver4 implementation has been made to perform user operations in the system. JWT infrastructure is used for user authorizations
It is the client part that enables the execution of banking transactions.
This will contain all entities, enums, exceptions, interfaces, types and logic specific to the domain layer.
This layer contains all application logic. It is dependent on the domain layer, but has no dependencies on any other layer or project. This layer defines interfaces that are implemented by outside layers. Mediatr CQRS and DDD approaches are used.
This layer contains classes for accessing external resources such as Context and repositories. These classes should be based on interfaces defined within the application layer.
docker-compose up
GringottsCollection.postman_collection.json