made the filestructure better and migrated the game creation from the old type of db to the newer relational db type!

This commit is contained in:
RezHackXYZ 2025-05-15 06:27:40 +05:30
parent 9ac813c699
commit 736059646d
No known key found for this signature in database
28 changed files with 343 additions and 736 deletions

10
.vscode/settings.json vendored
View file

@ -4,5 +4,13 @@
"editor.quickSuggestions": {
"strings": true
},
"cSpell.words": ["SUPABASE"]
"cSpell.words": [
"correctanswer",
"creationdate",
"gameid",
"kahoot",
"questionid",
"questionstext",
"SUPABASE"
]
}