MongoDB is a document-oriented, open-source database program that is platform-independent.
MongoEngine is an object document mapper (ODM), which is roughly equivalent to a SQL-based object relational mapper (ORM). The abstraction provided by MongoEngine is class-based, so all of the models you create are classes.
Requirements:
- Download and install Mongodb on your machine from https://docs.mongodb.com/manual/administration/install-community/
- pymongo==3.4.0
- mongoengine==0.10.7