Here are a few projects that uses Kintone as the web database!
This is a phaser.io game running on Kintone. It is super easy to get started! No need to set up a node.js environment nor AWS serverless environment! You just need a code editor & Kintone account.
Check out the tutorial on Having Fun with Browser Games & Web databases - DEV Community 👩💻👨💻
Obniz Board is an IoT Microprocessor that is easily programable with JavaScript! Since Kintone supports JavaScript customizations, it is the best web database to integrate with Obniz Board!
Here is a step-by-step tutorial going over everything you need to get a Obniz Board exporting data to Kintone web database!
In this particular example, the node.js app retrieves record data from a Kintone web database via REST API and displays it in the page of the node.js App.
Check out the tutorial on Deploy a REST API calling node.js App to Heroku - DEV Community 👩💻👨💻
This is a recording from Kintone's React workshop series! We go over how to setup a React project and Express server to access data stored in Kintone!
Code & Slides are available at this GitHub Repo:
ahandsel/React_Workshop_by_Kintone
Clone the codebase & follow along the video to build out the POST functionality! If you are stuck, check out the GET_n_POST branch with the completed version!