In this chapter, we'll dive into the development process.
Let's start by setting up our Ubos workspace for a REST API app.
Let's connect our Node-RED environment to the MongoDB database.
Let’s learn how to add data to your database using the POST method.
In this section, you will learn how to retrieve data using the GET method.
Let's learn how to update data in your database using the PUT method.
In this section, you will learn how to remove items from your database using the DELETE method.