Commit Graph

62 Commits

Author SHA1 Message Date
67e0624c68 docs: update README to include database structure for users table 2024-09-02 10:35:36 +02:00
204ceb489a docs: update README to include user management features and endpoints 2024-09-02 10:32:59 +02:00
069b318f0b feat: implement user management with roles and last login tracking 2024-09-02 10:32:26 +02:00
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
2a0512d094 chore: erweitere .gitignore um unnötige Dateien und Verzeichnisse für macOS 2024-09-02 08:54:03 +02:00
b451092dd4 chore: add .gitignore file to exclude unnecessary files from version control 2024-09-02 08:54:02 +02:00