Skip to content

andreygfranca/financial-system-hexagonal-arch-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial System - Microservices and Hexagonal Architecture

This is just a POC for hexagonal architecture with monorepo microservices communicating with rabbitmq.

Microservices

  • Accounts Payable;
  • Accounts Receivable;
  • Cash Flow.

Running

Firstly, it is needed to build the microservices images in theirs respective modules. For example:

cd accounts-payable && mvn clean install;
cd docker && make build:latest

After build all microservices you have can run it, all together.

cd docker;
docker-compose -f docker-compose.yml up

About

This is just a POC for hexagonal architecture with monorepo microservices communicating with rabbitmq.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published