Skip to content
View GilmeBR's full-sized avatar

Block or report GilmeBR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GilmeBR/README.md

NBA Historical Dashboard (Prototype)

This repository contains a minimal proof-of-concept for a historical NBA stats dashboard. The backend uses nba_api to query official NBA statistics and exposes them through a small FastAPI service. A static frontend demonstrates how the data can be visualised with Chart.js.

Local Development

cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Then visit http://localhost:8000 to view the dashboard.

Docker Deployment

Build and run the full stack with Docker:

docker-compose up --build

The app will be available at http://localhost:8000.

Tests

A basic test suite ensures that the API returns data:

cd backend
pytest

Popular repositories Loading

  1. simplicodecasts_saas simplicodecasts_saas Public

    Ruby

  2. dotfiles dotfiles Public

    Forked from lewagon/dotfiles

    Default configuration for Le Wagon's students

    Shell

  3. profile profile Public

    profile

    CSS

  4. medium-article medium-article Public

    HTML

  5. landing landing Public

    CSS

  6. rails-stupid-coaching rails-stupid-coaching Public