Deprecated PyScript backend---due to limitations regarding SQL connections (disallowed due to safety concerns). The new Backend is now a Python Flask server, which supports all functions (and more) originally provided by the PyScript backend. Flask now renders all HTML pages and handles logic (currently on the default http://127.0.0.1:5000). Improvements and fixes include an auto-refreshing visualization table for database orders, which previously was not possible with PyScript. The file structure has also been slightly altered to meet the requirements for Flask. Finally and most importantly, all SQL connections are now possible.
Deprecated PyScript backend---due to limitations regarding SQL connections (disallowed due to safety concerns). The new Backend is now a Python Flask server, which supports all functions (and more) originally provided by the PyScript backend. Flask now renders all HTML pages and handles logic (currently on the default http://127.0.0.1:5000). Improvements and fixes include an auto-refreshing visualization table for database orders, which previously was not possible with PyScript. The file structure has also been slightly altered to meet the requirements for Flask. Finally and most importantly, all SQL connections are now possible.