Quickstart

Create a Project

  1. Click the "Create Project" icon.
  2. Select "Empty Project".
  3. Right-click the project icon, select "Rename", and enter your desired project name.

Create Project

Create a Table

  1. Right-click the Tables icon and select "Add Table".

    Create Table

  2. Right-click the new table icon, select "Rename", and enter the table name.

    Rename Table

  3. Click the "Add Column" icon to create a new column.

  4. Enter the column name in the text box.

    Add Column

  5. Go to the "Test Data" tab.

  6. In the Data Setting dropdown, select "Brand Name".

    Test Data Setting

Scaffolding

Right-click the created table icon and select "Scaffolding".

Scaffolding

Preview Web App

Once scaffolding is complete, the operation will automatically generate the Controllers and associated Views, which will appear in the Preview Pane on the right. You can now perform CRUD operations within this preview, simulating a real web application experience.

Preview