|
58254c4973
|
feat: set current date automatically when adding a new game to the database
|
2024-09-02 09:49:10 +02:00 |
|
|
8345ac4e64
|
fix: correct table name in Game model to 'games' to resolve OperationalError
|
2024-09-02 09:42:47 +02:00 |
|
|
30933ed2d5
|
fix: update database path to use instance folder for SQLite files
|
2024-09-02 09:35:10 +02:00 |
|
|
275df31213
|
fix: ensure database is initialized before operations to resolve OperationalError
|
2024-09-02 09:32:28 +02:00 |
|
|
0f547aa1dc
|
feat: create database initialization script with games and users tables
|
2024-09-02 09:31:38 +02:00 |
|
|
4161c30327
|
docs: add API documentation for game collection endpoints in README.md
|
2024-09-02 09:07:06 +02:00 |
|
|
e61fac0b34
|
feat: implement backend with Flask for game collection management using SQLite database
|
2024-09-02 09:02:32 +02:00 |
|