If you're reading this, you're most likely just curious how to do a 'loading page' in flask. This is something I just slapped together. It should still be straightforward if you look through app.py .
Upload the content of this repository to your webserver and configure it to serve the public/index.php file. Generate the autoload file with composer dump-autoload. Make sure to update the ...