Getting Started

Database

Modules

API Endpoints

Mobile Editor

Web Editor

Localizations

Organization & Team

Export

Figma Import

Advance configure

Email Authentication

Phone authentication

Full project tutorial

Project overview

Create project

Configure database

Configure modules

Configure API endpoints

Import from Figma

Configure using Editor

Export and running

Release Notes

Release Notes

ようこそ、JITERAへ!

Configure database

This step will tutorial on how we can configure database information

Video tutorial

configure_database.mov

  1. Choose Database → Database Editor

Screen Shot 2022-11-03 at 10.35.58.png

  1. Based on the requirements of this note project, we need only 2 tables
    1. Users
    2. Notes

So just press Create table button and define the table we need

Screen Shot 2022-11-03 at 10.38.33.png

Screen Shot 2022-11-03 at 10.39.06.png

  1. Next steps, after creating 2 tables users and notes, we need to define column information for these 2 tables

Screen Shot 2022-11-03 at 10.41.03.png

  1. Then we gonna add the needed column for our web application
    1. Added fullname column into users table
    2. Added content column into notes table

Screen Shot 2022-11-03 at 12.06.55.png

← Previous

Create Project

Next →

Configure Feature Modules

On this page