How to CRUD MongoDB using NodeJS and SailsJS Part 4
Introduction Welcome to Part 4 of the multiple-series tutorial, “How to CRUD MongoDB using NodeJS and SailsJS.” In Part 3, you learned how to do a controller configuration for your SailsJs application, and then display your data with a view. Today, you’ll practice how to delete a MongoDB document, as “Delete” is a part of … Continued