Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

delta10/signalen-buitenbeter

Repository files navigation

Signalen BuitenBeter

stability-wip

This microservice accepts SOAP/XML requests from BuitenBeter and translates them to the corresponding Signalen API calls.

Run a development environment

Install the prerequisites with:

pip3 install -r requirements.txt

Then run a watch server with:

FLASK_APP=server FLASK_ENV=development flask run