/wallet-service

Creating a mock wallet

Primary LanguageGo

Demo Wallet Service

To run the service input make run-service in your terminal

Architecture

Separating a monolithic application into different domain driven services via the aid of DDD (Domain Driven Design) approach.

DDD is about designing software based on models of the underlying domain. It deals with large models by dividing them into different Bounded Contexts and being explicit about their interrelationships.