Develop Custom IoT Web Application with MongoDB Database
This post/video will show you how you can develop your own custom Internet of Things (IoT) web application that will interface with your MongoDB database This post is Part 4.5 of my MongoDB IoT tutorial series where I will show you how you can create your own IoT web application that will allow you to control your Arduino, Raspberry Pi, and MicroPython-based projects using a MongoDB database. I am using ESP32 and ESP8266 microcontroller boards in this post but you can use any other boards that have WiFi capability. WriteUp: https://www.donskytech.com/develop-custom-iot-web-application-with-mongodb-database/ MongoDB for IoT Developer Series: https://www.donskytech.com/mongodb-database-for-iot-developers-series/ ESP32 Arduino Code: https://github.com/donskytech/platformio-projects/tree/main/esp32-projects/esp32-mongodb-database-control IoT Web Application https://github.com/donskytech/python-flask-mongodb-projects/tree/main/rest-api-server-with-web-application Contents of the Video: 0:00 - Intro 0:15 - Demo 3:08 - DonskyTech Plug