Skip to main content

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.

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.

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

1

Fan / registered user

Browse the match calendar, follow teams, vote on upcoming matches, and track your prediction score on the leaderboard.
2

Referee

Lock a match before editing, update live status, record goals and card events, and finalize the result.
3

Administrator

Full control: create seasons and groups, manage teams and players, assign referees, and review audit logs.
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>.

Build docs developers (and LLMs) love