Skip to content

Instantly share code, notes, and snippets.

@ahandsel
Last active October 2, 2021 15:42
Show Gist options
  • Save ahandsel/fb3075493059aa0d1fe9dd481be0960f to your computer and use it in GitHub Desktop.
Save ahandsel/fb3075493059aa0d1fe9dd481be0960f to your computer and use it in GitHub Desktop.

Using Kintone Web Database in a Hackathon Project

πŸš€ Getting your FREE Kintone Database

β‘  Sign-Up for Developer Program Account (Website) 🌐

  • bit.ly/KDP_signup
    • ⚠ Do NOT use Safari
    • ⚑ Accept Cookies First
    • βœ… Use Chrome & Firefox

β‘‘ THEN Create a Kintone Subdomain (Database) πŸ“‚

  • bit.ly/K_DevLic
    • ⚑ Only use lowercase, numbers, & hyphens in your subdomain
    • ⚠ Do not use uppercase nor special characters

πŸ“Ί Sign up for Kintone Developer Program & Developer License | Video

Create Kintone Database App - React Workshop Prep YouTube Thumbnail


Start Using Kintone

πŸ“Ί How to Create a Kintone Database App? | Video

Check out this guide that goes over creating an example Manga Database App.

How to Create a Kintone Database App YouTube Thumbnail

How to generate a Kintone API Token?

To generate an API Token for a Kintone App:

  1. Go to the Kintone App
  2. Go to the Gear icon βš™οΈ (top right corner) > Open the App Settings page
  3. Click on the App Settings Tab > Click on API Token settings
  4. Click the Generate button to generate a token
  5. Click the Save button (top left corner) to save the token setting
  6. Finally, click the Update App button (top right corner) to implement the token setting change.

Confused? πŸ€” β†’ Check out the Get the API Token video clip πŸ“Ί


Got Questions?

  • Feel free to message #isac_2021_kintone_questions!
  • We are more than happy to answer any questions or help fix any problems regarding Kintone

More Resources

Get Started Guide https://bit.ly/KDP_Hack_Start
YouTube Channel https://bit.ly/KDP_Video
Kintone Dev Forum https://bit.ly/KDP_QA

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!

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment