In part one of this post, we covered the nuances of designing and building a REST API. We also covered the basic implementation of a demo REST API for the IPMon service with Node.js. In this post, we will enhance the IPMon implementation by adding a few more components to it. These additions will make it more robust for real-world …
MongoDB API Tutorials
How to Create a REST API using MongoDB
How to create a REST API using MongoDB In this article, we will create a MongoDB REST API. The data stored in the database will be proverbs. The sources will be from the book of that name as well as other well-known authors and thought leaders. The Proverbs API will pull a random proverb from the sources selected. There are six sources to …
How To Use the TripAdvisor API to Build a Simple Travel App
Let’s create an “Explore the World!” web app with TripAdvisor API. I’ll be showing you how to create the web app from ideation to implementation, and walking you through each step of the way with diagrams, explanations, and code samples. Let’s get started! Connect to the Tripadvisor API How to Build a Simple Travel App The idea behind the …