Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 3.31 KB

Kintone_Builds.md

File metadata and controls

55 lines (36 loc) · 3.31 KB

What can I build with Kintone?

Here are a few projects that uses Kintone as the web database!

Running a easily configurable Space Invaders game on Kintone

Gif of Space Invaders on Kintone Custom View

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 👩‍💻👨‍💻

Connect IoT Obniz Board to Kintone Web Database all in 10 minutes!

Obniz Board x Kintone YouTube Thumbnail

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!

Setup Obniz Board as a counter & store data in Kintone Web Database all in 10 minutes! - DEV Community 👩‍💻👨‍💻

Deploy a REST API calling node.js App to Heroku

Node JS on Heroku displays a result to a browser while requesting data to Kintone which responses with the data

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 👩‍💻👨‍💻

React, REST API, & Kintone: GET & POST to a Web Database!

React & REST API: GET & POST to a Web Database! - September Workshop YouTube Thumbnail

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!