Added mention of new backend in readme.md

This commit is contained in:
2023-01-30 10:49:34 +01:00
parent 0b0f0b55d0
commit a914282a5d

View File

@@ -15,6 +15,11 @@ openapi.yml
Rest API accepts xml documents, given querry and processor version to call requested xml engine to perform given
operation and finally returns outcome in response body.
## Flask Python backend
This is module providing support for processing XMLs using libxml library. It consumes same JSON as Java backend.
## Mocked services
MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests