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
- Host: GitHub
- URL: https://github.com/setzero/logisticsbpmn
- Owner: SetZero
- License: mit
- Created: 2020-12-12T20:28:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T18:37:08.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T12:20:01.082Z (9 months ago)
- Topics: bpmn, camunda, logistics
- Language: Java
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.