I continued the cloud-based FireRating project by equipping my node.js mongoose-driven mongoDB database web server with a REST API. Let's discuss and test the PUT, POST and DELETE implementation. For the sake of future-proofing, I also added a version prefix to the routing URLs: Add version prefix to routing URLs. Test REST API using browser and cURL. Put – update a record. Post – add a record. Delete – delete a record. Wrapping up for today. So far, we already... Read more →