Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 538 Bytes

ReadMe.md

File metadata and controls

20 lines (16 loc) · 538 Bytes

Build Status

Cargo Tracker project

  • Demo implementation of a cargo tracking application using Domain driven design principles

Dependencies/Tools/Libs

  • Spring Boot
  • Spring Cloud - Ribbon, Eureka, Rabbitmq Binder, Hystrix, Feign
  • Docker
  • H2 in-memory database

Architecture

Architecture

How to run

  • Run
$ docker-compose up
  • (-d if you don't want to see the logs)