This is an NBA Analytics website with multiple components such as a chatbot, blogs, and predictions. All the data for the site is being scraped from Basketball Reference. This project is made possible by the hard working members of the open source community!
Clone the repository locally:
git clone https://github.com/skekre98/NBA-Search.git
Run the following command to set up all necessary dependencies:
./setup.sh
Run the following command to deploy the web app on your localhost:
python main.py run
Run the following command to run the unit tests:
python main.py test
You can also add you own unit tests in test.py
There is a lot to do so contributions are really appreciated! This is a great project for early stage developers to work with.
To begin it is recommended to start with issues labelled as good first issue.
How to get started: