Creating a "Collections" page
Learn how to build a dynamic "Collections" page by setting up endpoints in Node-RED and connecting it to your UI through APIs. Explore the process of designing and implementing APIs to facilitate data retrieval and manipulation. Discover how to seamlessly integrate Node-RED with your UI, enabling the display of collections data and ensuring synchronized functionality.
UI part. Creating the page
VIDEO RESULT after completing all actions on the "Collection" page. Let's proceed with the imp...
Endpoints for deleting items
In Node-RED, add two new endpoints: /deleteCollectionDelete information from the "imageCollect...
Let's connect Node-RED and the UI.
Need to create 4 APIs. 1. /getCollections The API calls the same endpoint ("getCollection") in ...