Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 641 Bytes

Task-Management in einer Microservice Umgebung

Setup

  1. Start the stack (this will may take some seconds)

    cd stack
    docker-compose --profile prod up -d

    ℹ️ You can use the run scripts if you are using Intellij.

  2. Open the Task-List

Task-List: http://localhost:8080 Operate: http://localhost:8081

Overview

overview

Structure of the task manager

taskmanager

Structure of a process application

process