https://github.com/rikiitokazu/allnba
Full Stack Application | Displaying NBA Statistics and Visualizations
https://github.com/rikiitokazu/allnba
flask react sqlite
Last synced: 2 months ago
JSON representation
Full Stack Application | Displaying NBA Statistics and Visualizations
- Host: GitHub
- URL: https://github.com/rikiitokazu/allnba
- Owner: rikiitokazu
- Created: 2024-05-10T04:36:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T02:57:25.000Z (over 1 year ago)
- Last Synced: 2025-02-10T00:38:49.911Z (over 1 year ago)
- Topics: flask, react, sqlite
- Language: JavaScript
- Homepage:
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AllNBA
# Website dedicated towards displaying real-time historical NBA Stats for a basketball community
Includes features like a shot chart, all-time NBA stats per player, team-info, and a community-based forum.
# Tech Stack
- React.js
- Python (Flask, matplotlib, seaborn, pandas)
# To start
- ./backend/.venv/Scripts/activate
- ./backend/py app.py
- ./frontend/npm start