An open API service indexing awesome lists of open source software.

https://github.com/setzero/logisticsbpmn

Logistics Company BPMN Example
https://github.com/setzero/logisticsbpmn

bpmn camunda logistics

Last synced: 6 months ago
JSON representation

Logistics Company BPMN Example

Awesome Lists containing this project

README

          

# Logistics company BPMN example

This Repository is an example BPMN for a logistics company.

## Getting Started

To run this project you need [Docker](https://github.com/docker). If you have installed Docker you can execute the project with:

```bash
$> docker-compose build
$> docker-compose up
```

Now you need to navigate to http://localhost:3000. This will open up the frontend view on which you can create new package orders.
The Backend can be accessed on http://localhost:8080. The default login is demo:demo.