Skip to content

high-level-beach/bvb-stat-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beach Volleyball Stats Tracker

A local web application for tracking and analyzing beach volleyball game statistics.

Features

  • 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

Stat Categories

  • 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)

Tech Stack

  • Backend: Python with FastAPI
  • Database: SQLite with SQLAlchemy
  • Frontend: HTML, JavaScript, and Bootstrap

Setup

  1. Install dependencies:
    pip install -r requirements.txt
    
  2. Run the application:
    python -m app.main
    
  3. Open your browser and navigate to http://localhost:8000

About

Web-based stat tracking platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors