Commit graph

7 commits

Author SHA1 Message Date
ae0556468f implement lazy database initialization and ensure database setup in routes
All checks were successful
Build and Push Image / build-and-push (push) Successful in 15s
2026-01-09 22:29:28 +01:00
995cadeb27 remove directory creation logic for SQLite database from create_app function
All checks were successful
Build and Push Image / build-and-push (push) Successful in 15s
2026-01-09 22:23:52 +01:00
73227d5a6c refactor create_app function to improve database initialization logic
All checks were successful
Build and Push Image / build-and-push (push) Successful in 15s
2026-01-09 22:21:06 +01:00
7209d3fed0 add directory creation for SQLite database in create_app function; remove init container for SQLite 2026-01-09 22:20:52 +01:00
bdb61fe1b7 initialize database tables in create_app function
All checks were successful
Build and Push Image / build-and-push (push) Successful in 15s
2026-01-09 22:14:23 +01:00
b56e866071 initial commit
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s
2026-01-09 21:58:53 +01:00
3bba1f6db6 first commit 2026-01-09 21:58:33 +01:00