Made the elo system work. Colorized the leaderboard. Better data structure. Improved the HTML. Custom form system. Added Sessions

This commit is contained in:
Jonas Hahn
2025-08-25 14:56:59 +02:00
parent 4b4377a24e
commit f5e5d5632d
20 changed files with 492 additions and 289 deletions

View File

@@ -10,5 +10,5 @@ root = "."
time = true
[env]
GIN_MODE = "debug" # change to "release" for production
GIN_MODE = "release" # change to "release" for production
APP_PORT = 18765