feat: implement backend with Flask for game collection management using SQLite database

This commit is contained in:
2024-09-02 09:02:32 +02:00
parent 2a0512d094
commit e61fac0b34
5 changed files with 76 additions and 0 deletions

5
Verzeichnisstruktur Normal file
View File

@ -0,0 +1,5 @@
/game_collection
├── app.py
├── models.py
├── database.py
└── requirements.txt