A local web application for tracking and analyzing beach volleyball game statistics.
- Create and manage games
- Add players to your team
- Log detailed stats for each player
- View game summaries and player performance metrics
- Analyze stats across multiple games
- Serving (aces, errors, targeting)
- Serve Receive (passes, errors)
- Attacking (kills, errors, types)
- Blocking (stuff blocks, touches)
- Defense/Digging (successful digs, kills from digs)
- Setting (total sets, errors, killable sets)
- Backend: Python with FastAPI
- Database: SQLite with SQLAlchemy
- Frontend: HTML, JavaScript, and Bootstrap
- Install dependencies:
pip install -r requirements.txt - Run the application:
python -m app.main - Open your browser and navigate to http://localhost:8000