Skip to content

DevOps Loop Demo

The Demo Script has been moved to End2End Demo Site. The Repository is End2End

EchoLogic DemoApp

Demo App for EchoLogic. Use it as a base for Echo and Logic components.

structure

.README
├── python
    ├── app
        ├── templates
            ├── index.html
            └── success.html
        ├── Dockerfile
        ├── requirements.txt
        └── app.py
    └── compose.yaml
├── java
....

Technologies and Programming Languages

Python

The Python version of the App with documentation can be found in python the sources in src/python

Java