Hi everyone!
I'm going to build a REST API server for storing sensor's data in a NoSQL database. Here is a brief description of the device:
like every other IoT device, this is an IoT device which reads sensor's data and sends a POST request to the web server, which then the server stores the data and then can be viewed on a mobile application.
I have some concerns when it comes to productizing the device.
Willing to hear your ideas.