I am really new to Flask and MongoDB. I read the Flask documentation about MongoDB, and turns out I felt so confused that I did not know which one I need to install.
In Flask document, it says if you want to operate MongoDB, you should install Mongokit, yes I did, I build the user structure like document said, and save it, but it did not work, I look up into MongoDB shell, nothing stored there. So, i keep searching that I need Pymongo, and another document say that Flask-PyMongo is the bridge between MongoDB and Pymongo.
do I need to install all of them? what's their relationship, I need someone clear my head a little bit BTW, can I use SQLalchemy with MongoDB? or I just use Mongokit whatever above.