Dunk Data is a web application built with Flask that provides detailed information about NBA players, teams, and games. The application allows users to view player statistics, team details, and upcoming and recent games.
- View detailed player information and statistics
- Browse team details
- Check upcoming and recent games
- User authentication and management
- Python
- Flask
- SQLAlchemy
- JavaScript
- HTML/CSS
- PostgreSQL
- Currently deployed on Heroku: Dunk Data
src/
: Contains the main application code__init__.py
: Initializes the Flask application and sets up configurationsapp.py
: Entry point for running the applicationmodels.py
: Defines the database modelsroutes/
: Contains route definitions for different parts of the application
templates/
: Contains HTML templates for rendering viewsstatic/
: Contains static files like CSS and JavaScript
This project is licensed under the MIT License.