Futsal League Manager is a full-stack web application that gives leagues everything they need in one place: match scheduling, real-time referee scoring, automatic standings, player statistics, and a fan-facing match prediction system. Admins, referees, and fans each get tailored interfaces and permissions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Danielsl4/TFG_DAM_2526_Consulta2/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Futsal League Manager offers and how all the pieces fit together.
Quick start
Create an account and explore your first league in minutes.
API reference
Integrate with the REST API using JWT authentication.
Admin guide
Manage competitions, teams, players, and audit logs.
What you can do
Match management
Schedule matches, track live scores, and manage match events like goals and cards.
Standings & tables
Automatic league table updates after every finished match.
Player & team stats
Season-by-season statistics for every player and team in the league.
Match voting
Fans predict match outcomes and earn points on a seasonal leaderboard.
User roles at a glance
Fan / registered user
Browse the match calendar, follow teams, vote on upcoming matches, and track your prediction score on the leaderboard.
Referee
Lock a match before editing, update live status, record goals and card events, and finalize the result.
All API endpoints use JWT bearer tokens for authentication. Obtain a token via
POST /login and include it in every subsequent request as Authorization: Bearer <token>.