lhenriquegomescamilo / simple-architecture-cqrs

Just playing with CQRS architecture for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

It's a simple project based on CQRS architecture

Requirements

  1. Java 11
  2. Docker
  3. Docker Compose

How to start it

  1. We need the start the external components using the command: $ docker-compose up -d
  2. And then compile the application with command: $ ./gradlew clean build
  3. Finally, just up the application with command: $ java -jar ./build/libs/simple-architecture-cqrs-0.0.1-SNAPSHOT.jar

Important libraries

About

Just playing with CQRS architecture for fun

License:MIT License


Languages

Language:Kotlin 100.0%