A small terminal based CRUD application which updates a mongoDB collection with a simple text based UI:
The main function is written in python, the database connection is created using the pyMongo library. it opens a connection that allows you access to the database and perfomr basic commands on it.