Add Backend Project and add Tournament Detail Page

This commit is contained in:
2026-03-04 11:13:08 +01:00
parent 3ba492b74c
commit b083d26666
13 changed files with 295 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
id,title,author,year
Demo Tournament ,This is a demo tournament, 6, 0
Demo Tournament 2,This is a second demo tournament, 12, 5
Demo Tournament 3,This is a third demo tournament, 8, 8
1 id title author year
2 Demo Tournament This is a demo tournament 6 0
3 Demo Tournament 2 This is a second demo tournament 12 5
4 Demo Tournament 3 This is a third demo tournament 8 8