I was asked to complete this task in an interview. As I am just starting out programming, forgive me for my shortcomings, but I thought this would be useful for someone who wants quick startup code ...
MongoDB is a NoSQL document database for high volume data storage. MongoDB uses collections and documents for its storage. Each document consists of key-value pairs using JSON-like syntax, similar to ...