Need to change the code and queries to be used by Mongo instead of MySQL. Ingredient isn't its own document, but is an embedded object within the Recipe class and doesn't have an explicit ID. Need to remove ID references and change how Ingredients are found, saved, etc.
Need to change the code and queries to be used by Mongo instead of MySQL. Ingredient isn't its own document, but is an embedded object within the Recipe class and doesn't have an explicit ID. Need to remove ID references and change how Ingredients are found, saved, etc.