Example flask app that serves a fun "42-digit" webpage.
Database is a simple digits file - no tables/sql.
Clone this repo. Ensure flask is installed:
python -m pip install flaskcd to the root and run
flask run --debugOr use the launcher script for easy setup.

