diff --git a/dmnverifierapi/README.md b/dmnverifierapi/README.md new file mode 100644 index 0000000000000000000000000000000000000000..204bbb750e4e03dd2e8d8a28f2b9bf3775cfe116 --- /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 0000000000000000000000000000000000000000..966bd73015dab16152f14bed1fe71a7498815aae --- /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..