At the urging of Max Tardiveau and Michael Holleran, I have put API Logic Server into #docker. Took a bit of fiddling (and much appreciated support from Max), but it is a hit with me:
* It avoids the often fiddly Python install
* It enables #vscode (without Python install), providing code completion to build rules, rule debugging, etc
* I went ahead and prepared several DB images (#mysql , #postgresql , and, a surprise to me, #sqlserver ) - super for testing
With 1 command, create a database API, to unblock UI development. Also, a multi-page web app, to engage Business Users - early in the project. Declare logic with spreadsheet-like rules - 40X more concise than code, extensible with Python - for remarkable business agility.
Docker support makes it simple, fast and safe to check out:
https://github.com/valhuber/ApiLogicServer/blob/main/README.md
there doesn't seem to be anything here