A web application for analyzing NBA statistics, comparing players, and predicting game outcomes.
- Clone the repository
- Install dependencies
- Frontend:
cd frontend && npm install
- Backend:
cd backend && pip install -r requirements.txt
- Frontend:
- Set up environment variables
- Run the development servers
- Frontend:
npm run dev
- Backend:
python app.py
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details