A program made using MongoDB and Python to store data about NBA games and player's.
pymongo (https://pypi.org/project/pymongo/).
Make sure you have MongoDB database installed locally (you can change the connection config at config.py
).
Run the command pip install pymongo
.
Run the command py app.py
.