GameOn Collective Backend - Kenya Women's Football Intelligence
# GameOn Collective - FastAPI
Kenya Women's Football League Management System
## Features
- Player profiles and statistics
- Team management
- League standings
- GPS tracking data
- Scout confidence scores
- Player comparison tool
## Installation
1. Create virtual environment: `python -m venv venv`
2. Activate: `source venv/bin/activate` (Mac/Linux) or `venv\Scripts\activate` (Windows)
3. Install dependencies: `pip install -r requirements.txt`
4. Run the app: `uvicorn app:app --reload`
## API Documentation
- Swagger UI: `/docs`
- ReDoc: `/redoc`
# gameon-fastapi