From d58a231fe777a33f649bd6812e8aa58e6dea5143 Mon Sep 17 00:00:00 2001 From: Jonas Blatt <jonasblatt@uni-koblenz.de> Date: Thu, 26 Sep 2019 20:03:27 +0200 Subject: [PATCH] Add Readmes for subprojects --- dmnverifierapi/README.md | 12 ++++++++++++ dmnverifierfrontend/README.md | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dmnverifierapi/README.md create mode 100644 dmnverifierfrontend/README.md diff --git a/dmnverifierapi/README.md b/dmnverifierapi/README.md new file mode 100644 index 00000000..204bbb75 --- /dev/null +++ b/dmnverifierapi/README.md @@ -0,0 +1,12 @@ +# Master Thesis - Implementation Project - Backend + +[Thesis Project](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-thesis) of Jonas Blatt in WiSe 19/20 - SoSe20 + +This project contains all source files of the implementation, created for the master thesis. + +- [Frontend Project](../dmnverifierfrontend) + +## Backend +Based on +- [Quarkus](https://quarkus.io/guides/maven-tooling) +- [Camunda DMN](https://github.com/bpmn-io/dmn-js) diff --git a/dmnverifierfrontend/README.md b/dmnverifierfrontend/README.md new file mode 100644 index 00000000..966bd730 --- /dev/null +++ b/dmnverifierfrontend/README.md @@ -0,0 +1,10 @@ +# Master Thesis - Implementation Project - Backend + +[Thesis Project](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-thesis) of Jonas Blatt in WiSe 19/20 - SoSe20 + +This project contains all source files of the implementation, created for the master thesis. + +- [Backend Project](../dmnverifierapi) + +## Frontend +TODO.. -- GitLab