Quickstart

Create Project

  1. Click the "Create Project" icon.
  2. Select "Empty Project".
  3. Naming your project by right click on the project icon and choose "Rename".

Create Project

Create Table

  1. Right click on the Tables icon and choose "Add Table"

    Create Table

  2. Naming your table by right click on the table icon and choose "Rename".

    Rename Table

  3. Click on the "Add Column" icon.

  4. Naming your column in textbox.

    Add Column

  5. Click on the "Test Data" tab

  6. Select the "Brand Name" for the "Data Setting" dropdown.

    Test Data Setting

Scaffolding

Right click on the created table icon and choose "Scaffolding".

Scaffolding

Preview Web App

That's all. The scaffolding operation will generate the Controller and the associated Views that show in the Preview Pan on the right-hand side and you can perform any CRUD operations on it like the real web app.

Preview