Signed-off-by: Jannis <jannis@edu.tbz.ch>
This commit is contained in:
Jannis 2025-02-19 18:52:20 +00:00
commit 3cc4ae5699
28 changed files with 1109 additions and 0 deletions

5
db.js Normal file
View file

@ -0,0 +1,5 @@
db.createCollection("spieler");
db.createCollection("spiele");
db.createCollection("achievements");