#CRUD Operations for MongoDB in Python
Code for the blog post from 30 January 2017 MongoDB CRUD with Python
####Project Requirements
- Python 3.6
- MongoDB Server version 3.4
- PyMongo version 3.4.0
To automate the installation of the PyMongo library, run
pip install -r requirements.txt
from the project directory.
Follow me on Twitter @kenwalger