To port the listing data to MongoDB, you will be doing the following:
-Defining a schema for the 'Listing' collection
-Create a script that converts the JSON entries into Mongo documents and saves the documents to your database
-Retrieve/update/delete documents through database queries
-jpeg shows the tests being passed