Commit graph

3 commits

Author SHA1 Message Date
a8c5ea5e29 Add Flask app factory and update config/routes
Add a Flask application factory that creates and configures the Flask app, registers blueprints, initializes extensions, and sets up HTTPS context. Updated config.py to set database URI, upload folder, and certificate paths. Added a minimal routes module with auth and main blueprints. Updated app.py to use the factory and run the development server with SSL. Also staged new __pycache__ files, app.db, package.json, routes.py, and var directory.
2026-03-07 00:39:18 +01:00
482d2e28f9 deleted some mistakes 2026-03-05 13:16:59 +01:00
4ecec74da0 first commit 2026-03-05 12:53:58 +01:00