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

Latest commit

 

History

History
19 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 579 Bytes

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