A MongoDB data access object implementation. Use case: Interfacing with a deployed docker mongo container and performing CRUD operations on that deployed instance.
$ git clone https://github.com/Nathi360/Mongo-DAO.git
$ cd Mongo-DAO-master
$ make clean && make
$ make run